Last modified: 2008-02-27 03:47:56 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 T9140, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7140 - Unexpected output on bad input ("<") to {{#time:}} parser function.
Unexpected output on bad input ("<") to {{#time:}} parser function.
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
ParserFunctions (Other open bugs)
unspecified
All All
: Lowest minor (vote)
: ---
Assigned To: Tim Starling
:
Depends on: 12652
Blocks:
  Show dependency treegraph
 
Reported: 2006-08-28 06:30 UTC by Nick Jenkins
Modified: 2008-02-27 03:47 UTC (History)
1 user (show)

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


Attachments

Description Nick Jenkins 2006-08-28 06:30:05 UTC
Wiki text:
---------------
{{#time:<<}}
---------------

Actual output:
---------------
<p>&amp;Mondayt;&amp;Mondayt;
</p>
---------------

Expected output:
---------------
<p>&lt;&lt;</p>
---------------
(or something like that). Presumably it's converting "<" to "&lt;", and then
applying the time formatting to that string (converting the "l" to long-date
format to give "&Mondayt;"), and then html esacping it (to give "&amp;Mondayt;").

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


Navigation
Links