From c204d791d40c1a7f14d2c086684d1e109eb84f18 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 8 Dec 2011 17:17:32 +0000 Subject: [PATCH] Remove inline changelog from htmlspecialchars (in sync with removal from htmlentities) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320681 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/htmlentities.xml | 4 ++-- reference/strings/functions/htmlspecialchars.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/strings/functions/htmlentities.xml b/reference/strings/functions/htmlentities.xml index 7d9067e7c0..3dc9733da5 100644 --- a/reference/strings/functions/htmlentities.xml +++ b/reference/strings/functions/htmlentities.xml @@ -71,8 +71,8 @@ ENT_IGNORE Silently discard invalid code unit sequences instead of returning - an empty string. This is provided for backwards - compatibility; avoid using it as it may have security implications. + an empty string. This is provided for backwards compatibility; + avoid using it as it may have security implications. diff --git a/reference/strings/functions/htmlspecialchars.xml b/reference/strings/functions/htmlspecialchars.xml index 7b5f257cb1..a83f5546ad 100644 --- a/reference/strings/functions/htmlspecialchars.xml +++ b/reference/strings/functions/htmlspecialchars.xml @@ -108,8 +108,8 @@ ENT_IGNORE Silently discard invalid code unit sequences instead of returning - an empty string. Added in PHP 5.3.0. This is provided for backwards - compatibility; avoid using it as it may have security implications. + an empty string. This is provided for backwards compatibility; + avoid using it as it may have security implications.