summaryrefslogtreecommitdiffstats
path: root/jquery.multiple.select.js
diff options
context:
space:
mode:
Diffstat (limited to 'jquery.multiple.select.js')
-rw-r--r--jquery.multiple.select.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/jquery.multiple.select.js b/jquery.multiple.select.js
index 7d2278c..34d116d 100644
--- a/jquery.multiple.select.js
+++ b/jquery.multiple.select.js
@@ -71,11 +71,11 @@
var ul = $('<ul></ul>');
if (this.options.selectAll && !this.options.single) {
ul.append(
- '<li class="ms-select-all">',
- '<label>',
- '<input type="checkbox" ' + this.selectAllName + ' /> ',
- this.options.selectAllDelimiter[0] + this.options.selectAllText + this.options.selectAllDelimiter[1],
- '</label>',
+ '<li class="ms-select-all">' +
+ '<label>' +
+ '<input type="checkbox" ' + this.selectAllName + ' /> ' +
+ this.options.selectAllDelimiter[0] + this.options.selectAllText + this.options.selectAllDelimiter[1] +
+ '</label>' +
'</li>'
);
}