mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-28 01:10:04 +00:00
Merge "settings: Use .text() instead of .html() for option's label"
This commit is contained in:
commit
1572bcf150
|
@ -116,7 +116,7 @@
|
|||
} ),
|
||||
$label = $( '<label>' )
|
||||
.attr( 'for', domId )
|
||||
.html( content[ 1 ] )
|
||||
.text( content[ 1 ] )
|
||||
.prepend( $( '<span>' ).text( content[ 0 ] ) ),
|
||||
$p = $( '<p>' ).append( $input, $label );
|
||||
|
||||
|
|
Loading…
Reference in a new issue