Last modified: 2011-04-14 20:52:01 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 T28362, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26362 - indent table wrapped in html tags have wrong nested tags (without tidy)
indent table wrapped in html tags have wrong nested tags (without tidy)
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.18.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: patch
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-18 13:42 UTC by Umherirrender
Modified: 2011-04-14 20:52 UTC (History)
1 user (show)

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


Attachments
Add the end of line after all other stuff (906 bytes, patch)
2010-12-18 13:42 UTC, Umherirrender
Details

Description Umherirrender 2010-12-18 13:42:00 UTC
Created attachment 7918 [details]
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.
Comment 1 DieBuche 2011-04-14 20:52:01 UTC
Fixed as a sideeffect of r85922

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


Navigation
Links