Skip to content

Commit 113f53c

Browse files
authored
Merge pull request #1269 from tulinkry/scopes-window-html
render scope signature as html
2 parents db4a3ee + 2996350 commit 113f53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/js/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@
10561056
}, options || {}), $.extend({
10571057
$scopes: $(),
10581058
buildLink: function (href, name) {
1059-
return $('<a>').attr('href', '#' + href).attr('title', name).text(name)
1059+
return $('<a>').attr('href', '#' + href).attr('title', name).html(name)
10601060
}
10611061
}, context || {}));
10621062
}

0 commit comments

Comments
 (0)