techtonik               Fri Jun 24 05:29:29 2005 EDT

  Modified files:              
    /phpdoc/htmlhelp    make_chm.php 
  Log:
  * add CR to make output pretty
  
http://cvs.php.net/diff.php/phpdoc/htmlhelp/make_chm.php?r1=1.5&r2=1.6&ty=u
Index: phpdoc/htmlhelp/make_chm.php
diff -u phpdoc/htmlhelp/make_chm.php:1.5 phpdoc/htmlhelp/make_chm.php:1.6
--- phpdoc/htmlhelp/make_chm.php:1.5    Mon Nov  1 07:59:23 2004
+++ phpdoc/htmlhelp/make_chm.php        Fri Jun 24 05:29:29 2005
@@ -111,7 +111,7 @@
 ";
 $counter = 0;
 require_once "filter_files.php";
-echo "> $counter files are converted in previous step.
+echo "\r> $counter files are converted in previous step.
 ";
 
 if ($USE_NOTES) {

Reply via email to