From a19671ae943f52a4db3c5291ce0438b46eabf6a1 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 21 Nov 2007 15:08:44 +0000 Subject: [PATCH] PHP tags can't be allowed (bug #42864) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246613 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strip-tags.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/strings/functions/strip-tags.xml b/reference/strings/functions/strip-tags.xml index 559d92103f..295a2e3135 100644 --- a/reference/strings/functions/strip-tags.xml +++ b/reference/strings/functions/strip-tags.xml @@ -1,5 +1,5 @@ - + strip_tags @@ -41,8 +41,8 @@ - HTML comments are also stripped. This is hardcoded and can not be - changed with allowable_tags. + HTML comments and PHP tags are also stripped. This is hardcoded and + can not be changed with allowable_tags.