Last modified: 2010-05-15 16:03:41 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 T15392, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13392 - XML pretty-printer triple-escapes < and > inside tags
XML pretty-printer triple-escapes < and > inside tags
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
API (Other open bugs)
1.13.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Roan Kattouw
http://en.wikipedia.org/w/api.php?act...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-16 16:09 UTC by Roan Kattouw
Modified: 2010-05-15 16:03 UTC (History)
1 user (show)

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


Attachments

Description Roan Kattouw 2008-03-16 16:09:28 UTC
The URL above should look like

<message name="thismessagedoesntexist">&lt;thismessagedoesntexist&gt;</message>

rather than

<message name="thismessagedoesntexist">&amp;lt;thismessagedoesntexist&amp;gt;</message>

(in the HTML source, this is &amp;amp;lt; which should be &amp;lt;)
Comment 1 Roan Kattouw 2008-03-16 16:14:32 UTC
Oh wait, wfMsg('foo') actually returns "&lt;foo&gt;" ... so this is not a bug

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


Navigation
Links