Self closed tags handling
Status: Alpha
Brought to you by:
emilianb
Tags like <br> <img> <link> are self-closed in XHTML.
For older browsers comaptibility the close part should
have a space before a slash, like this:
<br /> <img /> <link />
Unfortunately xjam xml transformation reduces this
space and the resulting page is:
<br/> <img/> <link/>
Let it be a config file parameter to add/leave this
space or cut them all out.
Logged In: YES
user_id=324541
fixed in new version.