removed doubled reference to htmlspecialchars

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153654 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hakan Kuecuekyilmaz 2004-03-14 16:28:30 +00:00
parent d8bbf9b646
commit f9254963f8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.html-entity-decode">
<refnamediv>
@ -107,7 +107,7 @@ echo $c; // I'll "walk" the <b>dog</b> now
See also <function>htmlentities</function>,
<function>htmlspecialchars</function>,
<function>get_html_translation_table</function>,
<function>htmlspecialchars</function> and <function>urldecode</function>.
and <function>urldecode</function>.
</para>
</refsect1>
</refentry>