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 1477c46 commit 8fcbba8Copy full SHA for 8fcbba8
html/views/history/history.js
@@ -206,7 +206,7 @@ var loadCommit = function(commitObject, currentRef) {
206
var newRow = $("commit_header").insertRow(-1);
207
newRow.innerHTML = "<td class='property_name'>Parent:</td><td>" +
208
"<a href='' onclick='selectCommit(this.innerHTML); return false;'>" +
209
- commit.parents[i].string + "</a></td>";
+ commit.parents[i].string() + "</a></td>";
210
}
211
212
commit.notificationID = setTimeout(function() {
0 commit comments