https://bugzilla.wikimedia.org/show_bug.cgi?id=37256
--- Comment #3 from badon <[email protected]> --- I wasn't very clear about it in my original report, but my suggested way of solving this problem is for #tag to produce a single self-closing tag if "content" is empty, in your example. So, this: {{#tag:section||begin=abcd}} Would produce this: <section begin="abcd" /> To get the required output for LST, you would have to do this: {{#tag:section||begin=abcd}}content{{#tag:section||end=abcd}} To get this: <section begin="abcd" />content<section end="abcd" /> -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
