Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.7.8
-
None
Description
White space in front of any content in Mediawiki is supposed to produce a verbatim block... except for html content where the white space seems to be ignored.
To reproduce:
<table border="1" width="50%">
<tr align="center">
<td>i</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr align="center">
<td>j</td>
<td>A</td>
<td>B</td>
<td>C</td>
<td>D</td>
</tr>
</table>
See https://bitbucket.org/axelclk/info.bliki.wiki/issues/46.
Attachments
Issue Links
- relates to
-
MEDIAWIKI-111 A white space in front of a wiki table breaks it
-
- Open
-
- links to