Merge "ULS link text is rendered connected to the word before it"

This commit is contained in:
jenkins-bot
2017-02-20 13:32:33 +00:00
committed by Gerrit Code Review

View File

@@ -205,7 +205,7 @@
$imeLabel.append( $imeLabel.append(
$( '<strong>' ) $( '<strong>' )
.addClass( 'uls-input-settings-name' ) .addClass( 'uls-input-settings-name' )
.text( name ), .text( name + ' ' ),
$( '<span>' ) $( '<span>' )
.addClass( 'uls-input-settings-description' ) .addClass( 'uls-input-settings-description' )
.text( description ), .text( description ),