I just noticed while creating a new template in Lenya that for some odd reason div tags that have no content in them are ended (I’d imagine by the XSLT processor).

 

For example

 

<div id=”mainLogo”></div>

 

Is changed to:

 

<div id=”mainLogo” />

</div>

 

If I put content inside the div it doesn’t end it.  This is a major problem if you are using a lot of background images or container divs.

 

Keven Ages

Reply via email to