Enforcing the separation of opening and closing tag in Lenya's HTML output

Christian Merenda <[email protected]>
Newsgroups gmane.comp.cms.lenya.user
Organization OOMEGA GbR
Message-ID <[email protected]>
Hello,

I've got a question regarding the transformation of empty HTML tags in 
XSL files to the final HTML output produced by Lenya. I've got the 
following line in my page.xsl file:

<a class="addthis_button_facebook"></a>

The produced HTML then finally looks like this:

<a class="addthis_button_facebook"/>

The problem is that e.g. Safari has problems with interpreting that 
XHTML code correctly - thus leading to incorrect assignments of CSS 
styles (because of a missing closing tag).

I would expect that Lenya does not modify the HTML code, i.e. delivering

<a class="addthis_button_facebook"></a>

to the end user. Can you please tell me whether and how this could be 
achieved by configuration? Is there any workaround to enforce the 
separation of opening and closing tag?

Cheers
Christian
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.