]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt
[add] HTML Purifier added to clean code
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Output.SortAttr.txt
CommitLineData
d4949327
NL
1Output.SortAttr\r
2TYPE: bool\r
3VERSION: 3.2.0\r
4DEFAULT: false\r
5--DESCRIPTION--\r
6<p>\r
7 If true, HTML Purifier will sort attributes by name before writing them back\r
8 to the document, converting a tag like: <code>&lt;el b="" a="" c="" /&gt;</code>\r
9 to <code>&lt;el a="" b="" c="" /&gt;</code>. This is a workaround for\r
10 a bug in FCKeditor which causes it to swap attributes order, adding noise\r
11 to text diffs. If you're not seeing this bug, chances are, you don't need\r
12 this directive.\r
13</p>\r
14--# vim: et sw=4 sts=4\r