tipsy / j2html

Java to HTML generator. Enjoy typesafe HTML generation.

Home Page:https://j2html.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No end tag

jonbuck16 opened this issue · comments

Is it possible to configure or specify that I don't want and end tag and the open tag should self close... so at the moment I am getting <tagName someAttr="someValue"></tagName> and what I want is <tagName someAttr="someValue"/>?

Apologies, just found it in the source code, need to use EmptyTag...