Last modified: 2012-04-17 16:49:06 UTC
Created attachment 7561 [details] Repro template If I use HTML DT or DD tags in a template, they will be shown as cleartext. e.g. <dl> <dt>'''A little thank you...'''</dt> <dd>for {{{1}}}.</dd> <dd>hugs, {{{2}}}</dd> </dl> will appear as A little thank you...</dt> for {{{1}}}.</dd> hugs, {{{2}}}</dd> if used with {{Thankyou|all your hard work|Joe}}
</dt> and </dd> got escaped into HTML entities: Wikitext: <dl> <dt>Topic</dt> <dd>description</dd> </dl> Generates: <p><dl> <dt>Topic</dt> <dd>description</dd> </dl> </p> Reported again on 1.17, tested still to be an issue as of 1.20alpha (3d855c1)
*** Bug 25132 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 11748 ***