Skip to content

Commit

Permalink
render scope signature as html
Browse files Browse the repository at this point in the history
  • Loading branch information
tulinkry committed Nov 10, 2016
1 parent ad0b633 commit 2996350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@
}, options || {}), $.extend({
$scopes: $(),
buildLink: function (href, name) {
return $('<a>').attr('href', '#' + href).attr('title', name).text(name)
return $('<a>').attr('href', '#' + href).attr('title', name).html(name)
}
}, context || {}));
}
Expand Down

0 comments on commit 2996350

Please sign in to comment.