r96714 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96713‎ | r96714 | r96715 >
Date:05:50, 10 September 2011
Author:santhosh
Status:ok
Tags:
Comment:
Follow up of r96190 , escape the name message.
Modified paths:
  • /trunk/extensions/Narayam/js/ext.narayam.core.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/js/ext.narayam.core.js
@@ -477,7 +477,7 @@
478478 var $narayamMenuItemLabel = $( '<label />' )
479479 .attr( 'for' ,'narayam-' + scheme )
480480 .append( $input )
481 - .append( mw.msg( schemes[scheme].namemsg ) );
 481+ .append( mw.html.escape( mw.msg( schemes[scheme].namemsg ) ) );
482482
483483 var $narayamMenuItem = $( '<li/>' )
484484 .append( $input )

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96190Make the labels of input method menu clickable.santhosh14:38, 3 September 2011

Status & tagging log