We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8833647 commit c5cfdb4Copy full SHA for c5cfdb4
src/view.tree.js
@@ -59,7 +59,7 @@ class TreeView {
59
'<a data-pjax href="/' + repo.username + '/' + repo.reponame + '">' + repo.reponame +'</a>' +
60
'</div>' +
61
'<div class="octotree_header_branch">' +
62
- this._deXss(repo.branch) +
+ this._deXss(repo.branch.toString()) +
63
'</div>'
64
)
65
.on('click', 'a[data-pjax]', function (event) {
0 commit comments