0) { // Specify configuration $config = array( 'bare' => true, 'clean' => true, 'doctype' => 'strict', 'drop-empty-paras' => true, 'drop-font-tags' => true, 'drop-proprietary-attributes' => true, 'enclose-block-text' => true, 'indent' => false, 'join-classes' => true, 'join-styles' => true, 'logical-emphasis' => true, 'output-xhtml' => true, 'show-body-only' => true, 'wrap' => 0); // Tidy $tidy = new tidy; $tidy->parseString($html, $config, 'utf8'); $tidy->cleanRepair(); // Output echo $tidy; } else { echo ('0'); } ?>