Last modified: 2014-07-06 13:57:21 UTC
When using multiple empty pipes in image markup within a wiki table, the pipes are treated as table markup. Case 1: {| |- | [[Image:Example.png||]] |} Actual output: <table> <tr> <td>[[Image:Example.png</td> <td>]]</td> </tr> </table> Expected output: <table> <tr> <td><a href="/wiki/Image:Example.png" class="image" title="Example.png"><img alt="" src="http://upload.wikimedia.org/wikipedia/en/7/70/Example.png" width="275" height="297" border="0" /></a></td> </tr> </table>
See also bug 16905. This is a regression from r14350.