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

Marcin Cieślak <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |parser, parsertest
           Priority|Low                         |Normal
                 CC|                            |[email protected]
          Component|Templates                   |Parser
            Version|1.16.x                      |1.20-git
            Summary|DD & DT tags not            |Closing tags of DT and DT
                   |interpreted in templates    |are escaped as HTML
                   |                            |entities

--- Comment #1 from Marcin Cieślak <[email protected]> 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)

-- 
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