diff --git a/reference/strings/functions/htmlspecialchars.xml b/reference/strings/functions/htmlspecialchars.xml index 403e295d2d..5b909ee795 100644 --- a/reference/strings/functions/htmlspecialchars.xml +++ b/reference/strings/functions/htmlspecialchars.xml @@ -1,5 +1,5 @@ - + @@ -93,6 +93,7 @@ echo $new; // <a href='test'>Test</a> &reference.strings.charsets; See also get_html_translation_table, + htmlspecialchars_decode, strip_tags, htmlentities, and nl2br.