From faddaff90d4710f763ccc76c467ba6ff04472c38 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 31 Jan 2015 15:31:09 -0500 Subject: [PATCH] templates: fix commit message render issue #828 --- templates/repo/view_list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 7bb9ffef7f..06536b4728 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -14,7 +14,7 @@ {{ShortSha .LastCommit.Id.String}} - {{Str2html .LastCommit.Summary}} + {{RenderCommitMessage .LastCommit.Summary .RepoLink}} {{TimeSince .LastCommit.Author.When $.Lang}}