fix(*): corrects a number of html validation issues
This commit is contained in:
parent
4cefdee788
commit
a614abb09b
14 changed files with 30 additions and 28 deletions
|
@ -67,6 +67,6 @@ schema: show
|
|||
$htmlMin->doRemoveComments(true);
|
||||
$htmlMin->doSumUpWhitespace(true);
|
||||
$htmlMin->doRemoveWhitespaceAroundTags(true);
|
||||
$htmlMin->doOptimizeViaHtmlDomParser(true);
|
||||
$htmlMin->doOptimizeViaHtmlDomParser(false);
|
||||
echo $htmlMin->minify($html);
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue