WebMarkupMin icon indicating copy to clipboard operation
WebMarkupMin copied to clipboard

problem dont use Quotes in Html Attribute

Open vzsoft opened this issue 3 years ago • 1 comments

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

vzsoft avatar Jul 07 '22 07:07 vzsoft

Hello!

While this problem cannot be solved, but in future releases I can add the appropriate feature.

Taritsyn avatar Jul 07 '22 07:07 Taritsyn

Hello!

This feature is implemented in version 2.14.0.

Taritsyn avatar May 24 '23 18:05 Taritsyn