summaryrefslogtreecommitdiffstats
path: root/js/jquery.multi-select.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/jquery.multi-select.js')
-rw-r--r--js/jquery.multi-select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/jquery.multi-select.js b/js/jquery.multi-select.js
index be3faa2..3aeb509 100644
--- a/js/jquery.multi-select.js
+++ b/js/jquery.multi-select.js
@@ -187,7 +187,7 @@
})
},
- 'escapeHtml' : function(text){
+ 'escapeHTML' : function(text){
return $("<div>").text(text).html();
},