HTML-compression kills spaces
-
After enabling html-compression, i have lost some of spaces, which should be there.
here is the HTML-code in editor:
<ul> <li>Bla-bla (<a href="">1</a>, <a href="">2</a>)</li> </ul>
and here is page contents, as it renders in browser:
Bla-bla (1,2)
As you can see, there is no space between “,” and “2”. But it should be there. So html-compressing affects human-readable spaces.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘HTML-compression kills spaces’ is closed to new replies.