Formats any html output (must be valid xml where every tag opened is closed) using a single tab for indenting. 'pre' and other whitespace sensitive tags should not be affected.
It is not recommended to use this on every template if you render multiple templates per page, you should only use it once on the main page template so that everything is formatted in one pass.
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Located in /plugins/builtin/filters/html_format.php (line 23)
Dwoo_Filter | --Dwoo_Filter_html_format
stores the additional data (following a tag) of the last call to open/close/singleTag
tab count to auto-indent the source
Inherited from Dwoo_Filter
Dwoo_Filter::$dwoo
returns a closing tag and removes a tab from the auto indenting
returns an open tag and adds a tab into the auto indenting
returns a single tag with auto indenting
helper function for format()'s preg_replace call
formats the input using the singleTag/closeTag/openTag functions
It is auto indenting the whole code, excluding <textarea>,
Inherited From Dwoo_Filter
Dwoo_Filter::__construct()
Dwoo_Filter::process()
Documentation generated on Sat, 18 Jul 2009 21:05:06 +0200 by phpDocumentor 1.4.0