diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl
index 35c7a48cc..f87866bf4 100644
--- a/templates/repo/commits_table.tmpl
+++ b/templates/repo/commits_table.tmpl
@@ -36,7 +36,7 @@
{{end}}
- {{ShortSha .ID.String}}
+ {{ShortSha .ID.String}}
{{RenderCommitMessage .Summary $.RepoLink}}
|
{{TimeSince .Author.When $.Lang}} |
diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl
index 4acfa2b67..5bf496daf 100644
--- a/templates/repo/view_list.tmpl
+++ b/templates/repo/view_list.tmpl
@@ -43,7 +43,7 @@
{{end}}
- {{ShortSha $commit.ID.String}}
+ {{ShortSha $commit.ID.String}}
{{RenderCommitMessage $commit.Summary $.RepoLink}}
|
{{TimeSince $commit.Committer.When $.Lang}} |