User "Krinkle" posted a comment on MediaWiki.r95999.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95999#c21802
Commit summary:

Fix bad escaping in mw.message for inexistent messages (bug 30684)

mw.message('some-inexistent-message').escaped() should be 
&lt;some-inexistent-message&gt; instead of <some-inexistent-message>.

Comment:

Note: mw.html.escape is called around everything (ie. including the key) as the 
key might contain special characters as well.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to