[3.1.2] Add %Output.SortAttr to deal with FCKeditor bug
commit24f6db6fb2717fc29113ffa8db8273668f4e890a
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 25 Jun 2008 02:36:27 +0000 (24 22:36 -0400)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 25 Jun 2008 02:36:27 +0000 (24 22:36 -0400)
treed6ba9227fde086ab44f5be45db83de6133d47a00
parent85fb192d93d983525d4a8fc8dc963e47db70ff8d
[3.1.2] Add %Output.SortAttr to deal with FCKeditor bug

If %Output.SortAttr is true, attributes are sorted to be
in alphabetical order. This was requested by frank farmer.

See also: http://htmlpurifier.org/phorum/read.php?2,1576

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
NEWS
configdoc/usage.xml
library/HTMLPurifier/ConfigSchema/schema.ser
library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt [new file with mode: 0644]
library/HTMLPurifier/Generator.php
tests/HTMLPurifier/GeneratorTest.php