diff --git a/web/js/utils.js b/web/js/utils.js index 42f788738a6..acd3d9275d5 100644 --- a/web/js/utils.js +++ b/web/js/utils.js @@ -1056,7 +1056,7 @@ }, options || {}), $.extend({ $scopes: $(), buildLink: function (href, name) { - return $('').attr('href', '#' + href).attr('title', name).text(name) + return $('').attr('href', '#' + href).attr('title', name).html(name) } }, context || {})); }