[PHP-DOC] cvs: phpdoc /en/functions pcre.xml From: Ron Chmara (ron <email protected>)
Date: 09/30/00

ronabop Sat Sep 30 13:07:03 2000 EDT

  Modified files:
    /phpdoc/en/functions pcre.xml
  Log:
  Fixed another example per errata.
  
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.31 phpdoc/en/functions/pcre.xml:1.32
--- phpdoc/en/functions/pcre.xml:1.31 Sat Sep 30 13:00:30 2000
+++ phpdoc/en/functions/pcre.xml Sat Sep 30 13:07:03 2000
@@ -395,7 +395,7 @@
 $search = array ("'&lt;script[^&gt;]*?&gt;.*?&lt;/script&gt;'si", // Strip out javascript
                  "'&lt;[\/\!]*?[^&lt;&gt;]*?&gt;'si", // Strip out html tags
                  "'([\r\n])[\s]+'", // Strip out white space
- "'&amp;(quote|#34);'i", // Replace html entities
+ "'&amp;(quot|#34);'i", // Replace html entities
                  "'&amp;(amp|#38);'i",
                  "'&amp;(lt|#60);'i",
                  "'&amp;(gt|#62);'i",