goba Sat Sep 6 09:27:30 2003 EDT
Modified files: /phpdoc/htmlhelp filter_files.php Log: One more "temporary fix" to make builds work Index: phpdoc/htmlhelp/filter_files.php diff -u phpdoc/htmlhelp/filter_files.php:1.2 phpdoc/htmlhelp/filter_files.php:1.3 --- phpdoc/htmlhelp/filter_files.php:1.2 Thu Dec 26 17:08:51 2002 +++ phpdoc/htmlhelp/filter_files.php Sat Sep 6 09:27:30 2003 @@ -186,6 +186,7 @@ // !!! Temporary fix for XSLT output escaping problems $content = preg_replace("!» !", "» ", $content); + $content = preg_replace("!  !", " ", $content); //------------------------------------------------------------------ // Write out file to HTML output directory