Hi,
I found an "error". If one writes e.g. <hr/> instead of <hr> or <hr /
the parser doesn't ignore <hr/>. It gives a warning. Should I
leave it as it is or should I get rid of it by using a pre-parsing?
By my opinion a warning would be fine to keep your code clean.
Any comments?
--Hans