PHP/HTML/tidy clean repair
Версия от 10:37, 26 мая 2010; (обсуждение)
Replacing Tags with CSS
<?php
$tidy = tidy_parse_file("clean.html", array("clean" => true));
tidy_clean_repair($tidy);
echo $tidy;
?>
<?php
$tidy = tidy_parse_file("clean.html", array("clean" => true));
tidy_clean_repair($tidy);
echo $tidy;
?>