Skip to content

Commit

Permalink
Fixed add extra user info
Browse files Browse the repository at this point in the history
  • Loading branch information
pl853 committed May 13, 2020
1 parent 0318f2c commit 21bdfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ $(document).ready(function () {
$("#issues")
.append("<b>" + issue.number + " - " + issue.title + "</b></br>")
.append("created at: " + issue.created_at + "</br>")
.append("<a href="https://github.com/issue.user.login">created by: " + issue.user.login + "</a></br>")
.append("<a href='https://github.com/pieterlems'>created by: " + issue.user.login + "</a></br>")
.append(issue.body + "</br></br></br>");
});
});
Expand Down

0 comments on commit 21bdfa8

Please sign in to comment.