https://bugzilla.wikimedia.org/show_bug.cgi?id=24320

           Summary: DD & DT tags not interpreted in templates
           Product: MediaWiki
           Version: 1.16.0beta3
          Platform: Other
        OS/Version: Windows 7
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Templates
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=7561)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7561)
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}}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to