dipeshsukhia / laravel-html-minify

laravel minify html output
MIT License
67 stars 22 forks source link

Package remove quotes in class #3

Closed andryshok closed 3 years ago

andryshok commented 3 years ago

Before minify <div class="header-top"> After minify <div class=header-top>

How i return " in class?

dipeshsukhia commented 3 years ago

class attribute there is no need for quotes.

dipeshsukhia commented 2 years ago

fix this issue in version 2.x