Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt is written in an unsupported language. File is not indexed.

0001 Output.SortAttr
0002 TYPE: bool
0003 VERSION: 3.2.0
0004 DEFAULT: false
0005 --DESCRIPTION--
0006 <p>
0007   If true, HTML Purifier will sort attributes by name before writing them back
0008   to the document, converting a tag like: <code>&lt;el b="" a="" c="" /&gt;</code>
0009   to <code>&lt;el a="" b="" c="" /&gt;</code>. This is a workaround for
0010   a bug in FCKeditor which causes it to swap attributes order, adding noise
0011   to text diffs. If you're not seeing this bug, chances are, you don't need
0012   this directive.
0013 </p>
0014 --# vim: et sw=4 sts=4