From 35d9f0c17614c3455b8bd88f5b5e06ba84d29c30 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 12 Sep 2000 17:39:28 +0000 Subject: [PATCH] Oops git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32572 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/strings.xml b/functions/strings.xml index db3fc707bc..2c33fc14a7 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -842,7 +842,7 @@ $original = strtr ($str, $trans); <function>htmlspecialchars</function> example -$new = htmlspecialchars("Test", ENT_QUOTES); +$new = htmlspecialchars("<a href='test'>Test</a>", ENT_QUOTES);