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 e95a6b2 commit 839a069Copy full SHA for 839a069
_layouts/comments.html
@@ -73,7 +73,7 @@ <h4 class="page__meta-title">{{ site.data.ui-text[site.locale].meta_label }}</h4
73
var t = "<div id='gh-comment' class='page__content'>";
74
t += "<img src='" + comment.user.avatar_url + "' width='24px'>";
75
t += "<b><a href='" + comment.user.html_url + "'>" + comment.user.login + "</a></b>";
76
- t += " made <a href='comment.html_url'>comment</a>";
+ t += " made <a href='" + comment.html_url + "'>comment</a>";
77
t += "<div id='gh-comment-hr'></div>";
78
t += comment.body_html;
79
t += "</div>";
0 commit comments