From 7d8cca092ad483cb1530d93712c9f5df259c7566 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Fri, 28 Feb 2003 23:47:53 +0000 Subject: [PATCH] typographic convention git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118504 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/htmlspecialchars.xml | 4 ++-- reference/strings/functions/str-replace.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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