diff --git a/kallithea/public/js/base.js b/kallithea/public/js/base.js --- a/kallithea/public/js/base.js +++ b/kallithea/public/js/base.js @@ -1070,9 +1070,9 @@ var autocompleteHighlightMatch = functio if (matchindex <0) return full; return full.substring(0, matchindex) - + "" + + '' + full.substr(matchindex, snippet.length) - + "" + full.substring(matchindex + snippet.length); + + '' + full.substring(matchindex + snippet.length); }; // Return html snippet for showing the provided gravatar url