mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
MWWelcomeDialog: .html, not .text, as we're inserting HTML
Change-Id: I2cc35af4c6ed59ec1b5df991af1568c85c050fae
This commit is contained in:
parent
5ccf6668d4
commit
48c849ca5b
|
@ -51,7 +51,7 @@ ve.ui.MWWelcomeDialog.prototype.getSetupProcess = function ( data ) {
|
|||
.append(
|
||||
$( '<span>' )
|
||||
.addClass( 'visualeditor-welcomedialog-content-text' )
|
||||
.text(
|
||||
.html(
|
||||
ve.msg( 'visualeditor-welcomedialog-content' ) +
|
||||
'<br />' +
|
||||
ve.msg( 'visualeditor-welcomedialog-content-thanks' )
|
||||
|
|
Loading…
Reference in a new issue