Merge "Remove HTML escaping from createTextNode"

This commit is contained in:
jenkins-bot 2015-04-14 18:57:20 +00:00 committed by Gerrit Code Review
commit 2db2e4c4c7

View file

@ -39,7 +39,7 @@ ve.ui.MWTransclusionDialog.static.actions = ve.ui.MWTemplateDialog.static.action
modes: [ 'edit', 'insert' ],
// HACK: Will be set later, but we want measurements to be accurate in the mean time, this
// will not be needed when T93290 is resolved
label: $( document.createTextNode( ' ' ) )
label: $( document.createTextNode( '\u00a0' ) )
}
] );