Implement auto-formatter that removes empty span tags.
commit9a9036c68902c968a25231c3e44276eecee684d3
authorPaul Stone <patches@pdjs.co.uk>
Fri, 28 Aug 2009 00:42:09 +0000 (27 20:42 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Sun, 7 Mar 2010 23:59:33 +0000 (7 18:59 -0500)
tree5d76294404af3c5b735b92370fa576a76033df45
parentaea7d02dfe1535f0cd78eb4ce7eab3f2efc4ddf3
Implement auto-formatter that removes empty span tags.

Signed-off-by: Paul Stone <patches@pdjs.co.uk>
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
library/HTMLPurifier.includes.php
library/HTMLPurifier.safe-includes.php
library/HTMLPurifier/ConfigSchema/schema.ser
library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt [new file with mode: 0755]
library/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php [new file with mode: 0755]
tests/HTMLPurifier/Injector/RemoveSpansWithoutAttributesTest.php [new file with mode: 0755]