Escape HTML message in the "help slideshow"

Change-Id: I6854da2d8c6d7176956394f4f4733d0c2529d295
This commit is contained in:
Leszek Manicki 2016-06-17 10:55:42 +02:00
parent d816b399b6
commit 3b9c3e73ad

View file

@ -72,7 +72,7 @@
.append( $( '<div>' ).addClass( 'mw-help-dialog-image-portrait mw-help-dialog-slide-3 mw-image-column' ) )
.append(
$( '<div>' ).addClass( 'mw-text-column mw-help-dialog-text' )
.html( mw.msg( 'revisionslider-help-dialog-slide3' ) )
.html( mw.message( 'revisionslider-help-dialog-slide3' ).parse() )
)
.append( $( '<div>' ).css( 'clear', 'both' ) );