ID: 40432
Updated by: [EMAIL PROTECTED]
Reported By: geoffers at gmail dot com
-Status: Open
+Status: Assigned
Bug Type: Strings related
Operating System: Mac OS 10.4.8
PHP Version: 5.2.1
-Assigned To:
+Assigned To: iliaa
Previous Comments:
------------------------------------------------------------------------
[2007-02-10 15:46:13] geoffers at gmail dot com
Description:
------------
The following valid (X)HTML is not stripped (this has been
reported before and closed claiming it is invalid read the
SGML and XML specifications this is completely valid).
Reproduce code:
---------------
<?php
echo strip_tags('<span title="test > all">this</span>');
?>
Expected result:
----------------
this
Actual result:
--------------
all">this
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=40432&edit=1