Author: n-roeser
Description:
Try the following table markup:
{|
Cell: | broken |
} | |
This will create
<td :>
in the output, which is invalid. I assume a bug in includes/Parser.php around
line 169, but I'm not sure. Even if the wiki markup entered by the user is
invalid, this should *never* cause invalid XHTML to be sent to the user agent.
Version: 1.4.x
Severity: major