Skip to content

Commit

Permalink
Merge pull request #1269 from tulinkry/scopes-window-html
Browse files Browse the repository at this point in the history
render scope signature as html
  • Loading branch information
tarzanek committed Nov 10, 2016
2 parents db4a3ee + 2996350 commit 113f53c
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 113f53c

Please sign in to comment.