mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 23:28:42 +00:00
91fd55c857
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
ERROR: Cannot allow ul/ol without allowing li
|
|
--INI--
|
|
HTML.AllowedElements = ul
|
|
--HTML--
|
|
<ul><li>foo</li></ul>
|
|
--EXPECT--
|
|
--# vim: et sw=4 sts=4
|