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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jquery.multiple.select.js b/jquery.multiple.select.js
index bdfa1e9..4e34125 100644
--- a/jquery.multiple.select.js
+++ b/jquery.multiple.select.js
@@ -64,8 +64,8 @@
var that = this;
if (this.options.filter) {
this.$drop.append(
- '<div class="ms-search">',
- '<input type="text" autocomplete="off" autocorrect="off" autocapitilize="off" spellcheck="false">',
+ '<div class="ms-search">' +
+ '<input type="text" autocomplete="off" autocorrect="off" autocapitilize="off" spellcheck="false">' +
'</div>'
);
}