Date: 09/30/00
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions ifx.xml"
- Previous message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions pcre.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ("'<script[^>]*?>.*?</script>'si", // Strip out javascript
"'<[\/\!]*?[^<>]*?>'si", // Strip out html tags
"'([\r\n])[\s]+'", // Strip out white space
- "'&(quote|#34);'i", // Replace html entities
+ "'&(quot|#34);'i", // Replace html entities
"'&(amp|#38);'i",
"'&(lt|#60);'i",
"'&(gt|#62);'i",
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions ifx.xml"
- Previous message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions pcre.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

