@vmarko You’re annoying to claim that HTML minify in w3 total cache is so perfect. I have exactly the same problem as @fliespl (stil in version 0.9.7.4), although maybe he did not fully explain the nature of the problem. The point is that if the URL in the href attribute ends with a “/” character (being the last attribute in tag), after minimizing this character is in a place that suggests that anchor is a self-closing tag.
E.g:
<a href="https://example.com/"> Link </a>
will be minimized to:
<a href=https://example.com/> Link </a>
which means that the anchor will end before the word “Link”!
-
This reply was modified 5 years, 6 months ago by jimmy4o4.