Properly handle nested sublists by folding into previous list item.
commit3570c9985a56aa149b2b40dd6403e467d1ff484a
authorEdward Z. Yang <ezyang@mit.edu>
Mon, 26 Dec 2011 06:00:34 +0000 (26 14:00 +0800)
committerEdward Z. Yang <ezyang@mit.edu>
Mon, 26 Dec 2011 06:00:34 +0000 (26 14:00 +0800)
tree0cbef2f53075c0451b1c59c27bb2165a8e1473c2
parent8d572993b4b5a7faedd860d818aa211fa2e1b12f
Properly handle nested sublists by folding into previous list item.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
NEWS
library/HTMLPurifier.includes.php
library/HTMLPurifier.safe-includes.php
library/HTMLPurifier/ChildDef/List.php [new file with mode: 0644]
library/HTMLPurifier/HTMLModule/List.php
tests/HTMLPurifier/ChildDef/ListTest.php [new file with mode: 0644]
tests/HTMLPurifier/HTMLT/list-nesting.htmlt [new file with mode: 0644]
tests/HTMLPurifier/Strategy/FixNestingTest.php
tests/HTMLPurifier/Strategy/MakeWellFormedTest.php