From fd45f2fe084b98873482f879ba66c0fa48c5d606 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 23 Aug 2016 11:26:51 +0000 Subject: [PATCH] Fix inverted condition (pointed out by anon user) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339928 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/htmlspecialchars.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/strings/functions/htmlspecialchars.xml b/reference/strings/functions/htmlspecialchars.xml index 42f154efd3..6b9f04e2c7 100644 --- a/reference/strings/functions/htmlspecialchars.xml +++ b/reference/strings/functions/htmlspecialchars.xml @@ -50,7 +50,7 @@ " (double quote) - " when ENT_NOQUOTES + ", unless ENT_NOQUOTES is set ' (single quote)