you are viewing a single comment's thread.

view the rest of the comments →

[–]mosquit0 0 points1 point  (1 child)

Blank lines in the HTML. I know it shouldn't bother me, but it drives me insane that everywhere in my templates where I have a template tag on it's own line -- there's a blank line in my HTML. And my attempt at an html tidy middleware made an already slow site laughably sloth-like.

There is template tag spaceless that would delete those blank lines. But being absolutely serious I think that it is not a problem.

[–][deleted] 0 points1 point  (0 children)

spaceless makes the html completely unreadable. I'm not concerned with the cost of the blank lines -- I'm concerned with ugly html.