From: Unknwon Date: Sat, 31 Jan 2015 20:31:09 +0000 (-0500) Subject: templates: fix commit message render issue #828 X-Git-Tag: v0.9.99~1521 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=faddaff90d4710f763ccc76c467ba6ff04472c38;p=gitea.git templates: fix commit message render issue #828 --- 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}}