htmlmin
htmlmin copied to clipboard
Incorrectly replaces single quotes with double quotes
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.