Fixed another example per errata.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33204 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ron Chmara 2000-09-30 20:07:03 +00:00
parent 8f3601c0b6
commit e19e0a6591

View file

@ -395,7 +395,7 @@ This would capitalize all HTML tags in the input text.
$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",