commit 4f3facf6d49ee3c53d45c9fe947b65971d9ea924 parent e92c272570a7844fb91532bf8df12c3efeee3bf1 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Sat, 4 Jan 2020 21:48:12 -0600 Correct typo Diffstat:
M | layouts/partials/list_comment.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/list_comment.html b/layouts/partials/list_comment.html @@ -5,7 +5,7 @@ <hr/> <div id="{{ $hash }}"> <b>{{ or .name (i18n "hyperskip-name-default") }}</b> - <code>{{ .email_hash | last 10 -}}</code> + <code>{{ .email_hash | last 10 }}</code> <span style="float:right;"> <a href="#{{ $hash }}">#{{ $hash }}</a> [ <a href="#comment" onclick="reply({{ $hash }})"> {{- i18n "hyperskip-reply" -}}