Last modified: 2010-05-15 15:33:00 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T3830, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 1830 - Some wiki markup for table causes invalid XHTML output
Some wiki markup for table causes invalid XHTML output
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.4.x
All All
: Normal major with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: html
  Show dependency treegraph
 
Reported: 2005-04-05 23:13 UTC by Nico R.
Modified: 2010-05-15 15:33 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nico R. 2005-04-05 23:13:37 UTC
Try the following table markup:

{|
|Cell:|broken
|}


This will create
<td&nbsp;:>
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.
Comment 1 Brion Vibber 2005-04-22 12:01:15 UTC
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).

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links