diff --git a/reference/strings/functions/htmlspecialchars.xml b/reference/strings/functions/htmlspecialchars.xml
index 6efeb6859c..403e295d2d 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,
+ strip_tags,
htmlentities, and nl2br.
diff --git a/reference/strings/functions/strip-tags.xml b/reference/strings/functions/strip-tags.xml
index 026cfb2fe2..424c16db5f 100644
--- a/reference/strings/functions/strip-tags.xml
+++ b/reference/strings/functions/strip-tags.xml
@@ -1,5 +1,5 @@
-
+
@@ -51,6 +51,9 @@ $string = strip_tags($string, '');
to other users.
+
+ See also htmlspecialchars.
+