problem dont use Quotes in Html Attribute
vzsoft opened this issue · 2 comments
vzsoft commented
hi
i need use 1 quot (') in Html Attributes
<button data-role='button test'>Test</button>
but Minify output 2 Quotes=>
<button data-role="button test">Test</button>
How do I solve this problem?
thank you
Taritsyn commented
Hello!
While this problem cannot be solved, but in future releases I can add the appropriate feature.
Taritsyn commented
Hello!
This feature is implemented in version 2.14.0.