@@ -7,7 +7,7 @@ |
||
7 | 7 | * @todo rename to something akin to xsltproc |
8 | 8 | */ |
9 | 9 | |
10 | -if ($_SERVER['argc'] < 4) { |
|
10 | +if ($_SERVER['argc']<4) { |
|
11 | 11 | error("Usage: php convert.php docbook.xml stylesheet.xsl output-dir|output_file"); |
12 | 12 | } |
13 | 13 |