Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt is written in an unsupported language. File is not indexed.
0001 Output.TidyFormat 0002 TYPE: bool 0003 VERSION: 1.1.1 0004 DEFAULT: false 0005 --DESCRIPTION-- 0006 <p> 0007 Determines whether or not to run Tidy on the final output for pretty 0008 formatting reasons, such as indentation and wrap. 0009 </p> 0010 <p> 0011 This can greatly improve readability for editors who are hand-editing 0012 the HTML, but is by no means necessary as HTML Purifier has already 0013 fixed all major errors the HTML may have had. Tidy is a non-default 0014 extension, and this directive will silently fail if Tidy is not 0015 available. 0016 </p> 0017 <p> 0018 If you are looking to make the overall look of your page's source 0019 better, I recommend running Tidy on the entire page rather than just 0020 user-content (after all, the indentation relative to the containing 0021 blocks will be incorrect). 0022 </p> 0023 --ALIASES-- 0024 Core.TidyFormat 0025 --# vim: et sw=4 sts=4