Closed gabrielbauman closed 11 years ago
Actually, this seems to happen after any comment at all. Looks to be an issue with ThymeLeaf's comment writing, not this module.
For the sake of documentation: this is linked to https://github.com/thymeleaf/thymeleaf/issues/151
While parsing of conditional comments works well using this module, it seems to "eat" the newline immediately before each conditional comment tag and add it immediately after.
So, this:
becomes this:
It looks like a newline is added after the comment as well.
Not sure if this affects IE's parsing of conditional comments, but it's certainly a style issue.