diff --git a/src/jquery.tagsinput.js b/src/jquery.tagsinput.js index b6c75e4..29faad6 100644 --- a/src/jquery.tagsinput.js +++ b/src/jquery.tagsinput.js @@ -101,7 +101,7 @@ $('', { href : '#', title : 'Removing tag', - text : 'x' + text : '×' }).click(function () { return $('#' + id).removeTag(escape(value)); })