Last modified: 2012-04-17 16:49:06 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26320, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24320 - Closing tags of DT and DT are escaped as HTML entities
Closing tags of DT and DT are escaped as HTML entities
Status: RESOLVED DUPLICATE of bug 11748
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.20.x
Other Windows 7
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
11748
: parser
: 25132 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-09 16:00 UTC by frescard
Modified: 2012-04-17 16:49 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Repro template (267 bytes, text/plain)
2010-07-09 16:00 UTC, frescard
Details

Description frescard 2010-07-09 16:00:16 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}}
Comment 1 Marcin Cieślak 2012-04-17 10:04:54 UTC
</dt> and </dd> got escaped into HTML entities:


Wikitext:
<dl>
<dt>Topic</dt>
<dd>description</dd>
</dl>

Generates:
<p><dl>
<dt>Topic&lt;/dt&gt;
<dd>description&lt;/dd&gt;
</dl>
</p>

Reported again on 1.17, tested still to be an issue as of 1.20alpha (3d855c1)
Comment 2 Marcin Cieślak 2012-04-17 10:09:01 UTC
*** Bug 25132 has been marked as a duplicate of this bug. ***
Comment 3 Gabriel Wicke 2012-04-17 16:49:06 UTC

*** This bug has been marked as a duplicate of bug 11748 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links