PHP Classes

File: system/dependencies/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt   Download  
File: system/dependencies/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 2 years ago
Size: 509 bytes
 

Contents

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