Steps to replicate the issue (include links if applicable):
- On English Wikisource - Using Special: ExpandTemplates.
- Enter
:{{TOC page listing|'''{{Larger|Division 1—Short title and commencement}}'''|1}}
<dl><dd>{{TOC page listing|'''{{Larger|Division 1—Short title and commencement}}'''|1}}</dd></dl>- and compare the generated HTML.
What happens?:
The raw HTML code generated is not identical, with the parser terminating the definition list early, leading to unpaired DIV tags (which is malformed).
What should have happened instead?:
The raw generated HTML code should have been identical. (This is a long standing glitch that has existed for over a decade!)..