Last modified: 2010-05-15 15:33:00 UTC
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.
This seems to be working correctly in 1.5; adding fixed-in-cvs keyword. Parser test cases added to HEAD (passes) and REL1_4 (fails).