1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-08 23:26:39 +02:00

[3.1.0] [BACKPORT] Fix <span><span><div> by sending back to the front of the loop for reprocessing.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1492 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-01-10 21:40:41 +00:00
parent 4e32902c63
commit 57f897661e
3 changed files with 13 additions and 3 deletions

4
NEWS
View File

@@ -9,6 +9,10 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
. Internal change
==========================
3.0.1, unknown release date
- Autoclose now operates iteratively, i.e. <span><span><div> now has
both span tags closed.
3.0.0, released 2008-01-06
# HTML Purifier is PHP 5 only! The 2.1.x branch will be maintained
until PHP 4 is completely deprecated, but no new features will be added