HTML Minify removes double quotes from HTML
-
Hi,
I realized that when Minify HTML it’s enabled all double quotes from head are removed, this is valid in HTML5 but it’s not recommended. It’s possible to enable minify and disable double quotes removal?
for example:
Without HTML Minify:
<link rel=”alternate” hreflang=”es” href=”https://mytest.com/” />With HTML Minify:
<link rel=alternate hreflang=es href=https://mytest.com/ />
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘HTML Minify removes double quotes from HTML’ is closed to new replies.