Merge "ULS link text is rendered connected to the word before it"
This commit is contained in:
@@ -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 ),
|
||||||
|
|||||||
Reference in New Issue
Block a user