diff --git a/public/js/index.js b/public/js/index.js index 361772d..a2e0400 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -3812,7 +3812,7 @@ $(editor.getInputField()) callback(list); }, template: function (value) { - return ' ' + value; + return ' ' + value; }, replace: function (value) { return '$1:' + value + ': ';