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

            Bug ID: 63912
           Summary: Two line breaks after a table creates an spurious <br
                    /> element
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Parser
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

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>

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