diff --git a/reference/strings/functions/htmlspecialchars.xml b/reference/strings/functions/htmlspecialchars.xml index bda399edb7..d1c3a42a92 100644 --- a/reference/strings/functions/htmlspecialchars.xml +++ b/reference/strings/functions/htmlspecialchars.xml @@ -1,5 +1,5 @@ - + @@ -89,7 +89,7 @@ $new = htmlspecialchars("Test", ENT_QUOTES); See also get_html_translation_table, - htmlentities and nl2br. + htmlentities, and nl2br. diff --git a/reference/strings/functions/str-replace.xml b/reference/strings/functions/str-replace.xml index 89c8da3224..ce94427994 100644 --- a/reference/strings/functions/str-replace.xml +++ b/reference/strings/functions/str-replace.xml @@ -1,5 +1,5 @@ - + @@ -67,7 +67,7 @@ $bodytag = str_replace("%body%", "black", ""); - See also : + See also str_ireplace, ereg_replace, preg_replace, and