I don't think the problem is Freemarker's fault. You can look at the
page source of any OFBiz web page and see plenty of closing tags.
Take a closer look at what you're doing.
-Adrian
Eric DE MAULDE wrote:
Hi,
When I write a HTML tag without end-tag, in a Freemarker file,
I would like to be conform with XHTML
ex. <img ... /> <br/>
But Freemarker deletes "/" at the tag end, or it deletes the end-tag
</img>, </br>
in the case <img ...></img>, <br></br>
Do you have a solution to preserve XHTML ?
Thanks
Eric