r106344 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106343‎ | r106344 | r106345 >
Date:17:33, 15 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Escape the URL on output
Modified paths:
  • /trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js
@@ -74,7 +74,7 @@
7575 <li><html:msg key="wikilove-get-started-list-2"/></li>\
7676 <li><html:msg key="wikilove-get-started-list-3"/></li>\
7777 </ol>\
78 - <p><a target="_blank" href="' + mw.msg( 'wikilove-what-is-this-link' ) + '">\
 78+ <p><a target="_blank" href="' + mw.html.escape( mw.msg( 'wikilove-what-is-this-link' ) ) + '">\
7979 <html:msg key="wikilove-what-is-this"/>\
8080 </a></p>\
8181 <p id="mw-wikilove-anon-warning"><strong><html:msg key="wikilove-anon-warning"/></strong></p>\

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106318* (bug 33159) Enable localizing the content of the 'What is this?' link on th...reedy13:33, 15 December 2011

Status & tagging log