WebMarkupMin
WebMarkupMin copied to clipboard
problem dont use Quotes in Html Attribute
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
Hello!
While this problem cannot be solved, but in future releases I can add the appropriate feature.