https://bugzilla.wikimedia.org/show_bug.cgi?id=32373
Web browser: ---
Bug #: 32373
Summary: Unclosed tables are shown after the following text
Product: MediaWiki
Version: 1.18
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Parser
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
The wikitext (note the table ending with an open tr)
A
{|
! B
|-
C
parses as
<p>A</p>
<p>C</p>
<table>
<tbody><tr>
<th>B</th>
</tr>
</tbody></table>
In the original example the table ended with |-}, C was some amount of text
including headlines etc., the table appeared at the very end of the article.
One can't expect a perfect output for incorrect input, but at least the order
should remain the same.
--
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