From db3f0048d80f4f7aaa903d367ace67b8cd0389dc Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 10 Dec 2018 22:23:56 -0500 Subject: templates: rename template function Str2html -> Str2HTML --- templates/repo/commits_table.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/commits_table.tmpl') diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index a386b14e..34c8ab36 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -47,7 +47,7 @@ {{else}} {{ShortSHA1 .ID.String}} {{end}} - {{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas | Str2html}} + {{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas | Str2HTML}}