mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
8f3601c0b6
commit
e19e0a6591
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue