From f9254963f85469289313ba8eab264b696377199e Mon Sep 17 00:00:00 2001 From: Hakan Kuecuekyilmaz Date: Sun, 14 Mar 2004 16:28:30 +0000 Subject: [PATCH] removed doubled reference to htmlspecialchars git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153654 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/html-entity-decode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/html-entity-decode.xml b/reference/strings/functions/html-entity-decode.xml index 80cfcae7cb..07997bd545 100644 --- a/reference/strings/functions/html-entity-decode.xml +++ b/reference/strings/functions/html-entity-decode.xml @@ -1,5 +1,5 @@ - + @@ -107,7 +107,7 @@ echo $c; // I'll "walk" the dog now See also htmlentities, htmlspecialchars, get_html_translation_table, - htmlspecialchars and urldecode. + and urldecode.