Skip to content

Commit

Permalink
Fix displayname of commenter in default template
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Oct 26, 2018
1 parent 4c2bed9 commit 7e08353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Templates/_default/Comment.html
Expand Up @@ -4,7 +4,7 @@
<img alt="[comment:displayname]" src="[commenter:profilepic|32]" />
</div>
<div class="profile">
<a href="[commenter:profileurl]">[commenter:displayname]</a>
<a href="[commenter:profileurl]">[comment:displayname]</a>
</div>
</div>
<div class="content">
Expand Down

0 comments on commit 7e08353

Please sign in to comment.