diff options
Diffstat (limited to 'multiple-select.js')
-rw-r--r-- | multiple-select.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multiple-select.js b/multiple-select.js index 8a64618..ea99718 100644 --- a/multiple-select.js +++ b/multiple-select.js @@ -270,7 +270,7 @@ selected ? ' checked="checked"' : '', disabled ? ' disabled="disabled"' : '', sprintf(' data-group="%s"', group)), - text, + sprintf('<span>%s</span>', text), '</label>', '</li>' ].join('')); |