vrana           Wed Sep  7 17:20:20 2005 EDT

  Modified files:              
    /phpdoc/scripts     aspell.php 
  Log:
  Typo
  
http://cvs.php.net/diff.php/phpdoc/scripts/aspell.php?r1=1.4&r2=1.5&ty=u
Index: phpdoc/scripts/aspell.php
diff -u phpdoc/scripts/aspell.php:1.4 phpdoc/scripts/aspell.php:1.5
--- phpdoc/scripts/aspell.php:1.4       Wed Dec 31 19:35:40 2003
+++ phpdoc/scripts/aspell.php   Wed Sep  7 17:20:18 2005
@@ -56,7 +56,7 @@
                        //~ echo "$filename\n";
                        $file = file_get_contents($filename);
                        $file = 
preg_replace_callback('~(<!\\[CDATA\\[)(.*)(\\]\\]>)~sU', 
"callback_htmlentities", $file);
-                       $file = preg_replace_callback('~(<!--)(.*)(-->)~sU', 
"callback_htmlentities", $file); // isn't in one function as is can match 
!CDATA[[...-->
+                       $file = preg_replace_callback('~(<!--)(.*)(-->)~sU', 
"callback_htmlentities", $file); // isn't in one function as it can match 
!CDATA[[...-->
                        if ($GLOBALS["MODE"] == "escape") {
                                $file = preg_replace_callback('~<(' . 
$GLOBALS['GOOD_TAGS'] . ')( [^>]*)?>(.*)</\\1>~sU', "callback_make_value", 
$file);
                        } else { // "unescape"

Reply via email to