Remove inline changelog from htmlspecialchars (in sync with removal from htmlentities)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320681 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nikita Popov 2011-12-08 17:17:32 +00:00
parent 059cd18923
commit c204d791d4
2 changed files with 4 additions and 4 deletions

View file

@ -71,8 +71,8 @@
<entry><constant>ENT_IGNORE</constant></entry>
<entry>
Silently discard invalid code unit sequences instead of returning
an empty string. This is provided for backwards
compatibility; avoid using it as it may have security implications.
an empty string. This is provided for backwards compatibility;
avoid using it as it may have security implications.
</entry>
</row>
<row>

View file

@ -108,8 +108,8 @@
<entry><constant>ENT_IGNORE</constant></entry>
<entry>
Silently discard invalid code unit sequences instead of returning
an empty string. Added in PHP 5.3.0. This is provided for backwards
compatibility; avoid using it as it may have security implications.
an empty string. This is provided for backwards compatibility;
avoid using it as it may have security implications.
</entry>
</row>
<row>