Last modified: 2014-04-15 16:12:11 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 T65912, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 63912 - Two line breaks after a table creates an spurious <br /> element
Two line breaks after a table creates an spurious <br /> element
Status: NEW
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.23.0
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-04-14 20:09 UTC by Helder
Modified: 2014-04-15 16:12 UTC (History)
0 users

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


Attachments

Description Helder 2014-04-14 20:09:34 UTC
The wikitext
----------------------------
{| class="wikitable"
|-
| a
|}


b
----------------------------

creates the following HTML:
----------------------------
<table class="wikitable">

<tr>
<td> a
</td></tr></table>
<p><br />
b
</p>
----------------------------

The <br /> element should not be there.


Example from an actual article:
https://pt.wikipedia.org/wiki/Music_to_Crash_Your_Car_to:_Volume_1?oldid=38620920
<p><br>
<i><b>Music to Crash Your Car to: Volume 1</b></i> (...)</p>

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


Navigation
Links