htmlmin icon indicating copy to clipboard operation
htmlmin copied to clipboard

Incorrectly replaces single quotes with double quotes

Open stuartm opened this issue 9 years ago • 0 comments

An item with the following onclick attribute onclick="$('foo').something()" becomes onclick="$("foo").something()" which obviously breaks. htmlmin shouldn't be touching the contents of attributes at all.

stuartm avatar Apr 19 '16 09:04 stuartm