Author: michael.schliephake
Description:
The Wiki input:
Line-break test
{|
- |
Line 1<br/>Line 2<br/> |
Line 3
... |
} |
Line 1<br/>Line 2<br/>
Line 3
produces HTML-Source (somewhat beautified) :
<h3><span class="mw-headline">line-break test</span></h3>
Line 1<br /> Line 2<br /> <p>Line 3</p> | ... |
<p>Line 1<br />
Line 2<br />
Line 3</p>
I would not expect a paragraph (<p>...</p>) for "Line 3" in the table cell. This
leads to an additonal empty space between Line 2 and Line 3 in the table.
Detected in version 1.6.8. It exists still in the current version and was tested
in the Sandbox of the MediaWiki-Site (V1.9 alpha).
Version: 1.9.x
Severity: minor