=== WP-Beautifier === Contributors: tillkruess Donate link: http://wordpress.pralinenschachtel.de/ Tags: clean, tidy, indent, format, source, output, html, xhtml Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.0 Beautifier cleans up WordPress's messy (X)HTML source code output and formats (indents) it correct. == Description == Beautifier cleans up WordPress's messy (X)HTML source code output. * Formats (X)HTML source code (corrects the line indention) * Removes empty lines * Removes unnecessary whitespace == Installation == 1. Upload the `/wp-beautifier/` directory and its contents to `/wp-content/plugins/`. 2. Login to your WordPress installation and activate the plugin through the 'Plugins' menu. 3. If desired, refine the cleaning options in the 'Settings' menu under 'Beautifier'. == Screenshots == 1. Cleaned and nicely formatted source code. == Changelog == = 1.0 = * Initial release