Closed jonbuck16 closed 6 years ago
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"/>?
<tagName someAttr="someValue"></tagName>
<tagName someAttr="someValue"/>
Apologies, just found it in the source code, need to use EmptyTag...
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"/>
?