Menu

#1 Self closed tags handling

open-fixed
None
5
2004-11-04
2004-10-10
MoMaT
No

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.

Discussion

  • Emilian Bold

    Emilian Bold - 2004-11-04
    • assigned_to: nobody --> emilianb
     
  • Emilian Bold

    Emilian Bold - 2004-11-04

    Logged In: YES
    user_id=324541

    fixed in new version.

     
  • Emilian Bold

    Emilian Bold - 2004-11-04
    • status: open --> open-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.