mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 23:28:42 +00:00
41c9226f3d
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
--INI--
|
|
HTML.Trusted = true
|
|
--HTML--
|
|
<table><!-- foo --><tr><td>Foo</td></tr></table>
|
|
--# vim: et sw=4 sts=4
|