User "Catrope" changed the status of MediaWiki.r96190.

Old Status: new
New Status: ok

User "Catrope" also posted a comment on MediaWiki.r96190.

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

Make the labels of input method menu clickable.

Comment:

<pre>
+                                       .append( mw.msg( 
schemes[scheme].namemsg ) );
</pre>
This interprets the name message as HTML. This needs escaping, using either 
something like <code>.append( $( '<span />' ).text( mw.msg( ... ) ) );</code> 
or something like <code>.append( mw.html.escape( mw.msg( ... ) ) );</code>

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to