diff --git a/reference/strings/functions/htmlentities.xml b/reference/strings/functions/htmlentities.xml
index e721d17705..e4cf8d755a 100644
--- a/reference/strings/functions/htmlentities.xml
+++ b/reference/strings/functions/htmlentities.xml
@@ -1,5 +1,5 @@
-
+
@@ -59,8 +59,8 @@ function unhtmlentities ($string)
- See also htmlspecialchars and
- nl2br.
+ See also get_html_translation_table,
+ htmlspecialchars and nl2br.
diff --git a/reference/strings/functions/htmlspecialchars.xml b/reference/strings/functions/htmlspecialchars.xml
index c96dc7fe39..bda399edb7 100644
--- a/reference/strings/functions/htmlspecialchars.xml
+++ b/reference/strings/functions/htmlspecialchars.xml
@@ -1,5 +1,5 @@
-
+
@@ -88,8 +88,8 @@ $new = htmlspecialchars("Test", ENT_QUOTES);
added in PHP 4.1.0.
- See also htmlentities and
- nl2br.
+ See also get_html_translation_table,
+ htmlentities and nl2br.