&reftitle.examples;
Tidy example This simple example shows basic Tidy usage. Basic Tidy usage a html document true, 'output-xhtml' => true, 'wrap' => 200); // Tidy $tidy = new tidy; $tidy->parseString($html, $config, 'utf8'); $tidy->cleanRepair(); // Output echo $tidy; ?> ]]>