Preserve quotes if attribute ends with a trailing slash
authorstieler-it <michael@stieler.it>
Tue, 22 Oct 2013 09:56:53 +0000 (11:56 +0200)
committerstieler-it <michael@stieler.it>
Tue, 22 Oct 2013 09:56:53 +0000 (11:56 +0200)
commitea27fd1d03328d70705a5b3f9c2d5e5f84898812
tree79e1ff3763b66eeb6d2a5175d7b6a35d65a3a6e5
parenta7e68a6f87c327fd0aed2d1261503539d64c9a46
Preserve quotes if attribute ends with a trailing slash

minified URLs in parameters, like <a href="http://www.example.com/"> need to keept their quotes because <a href=http://www.example.com/> is interpreted as an URL without trailing slash
src/htmlminifier.js