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

           Summary: indent table wrapped in html tags have wrong nested
                    tags (without tidy)
           Product: MediaWiki
           Version: 1.18-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: enhancement
          Priority: Normal
         Component: Page rendering
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: umherirrender_de...@web.de


Created attachment 7918
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7918
Add the end of line after all other stuff

The wikitext:

<div>
:{|
|-
| test
|}</div>

is parsed wrong to 

<div>
<dl><dd><table>

<tr>
<td> test
</td></tr></table></div></dd></dl>

The div-tag should closed after the dd/dl-tags, not before.

Thanks.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to