From e291d408336f7ddaf5618128a9b34a856c0b9c84 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Tue, 23 Jun 2020 19:24:20 +0000 Subject: Decode subjects correctly Signed-off-by: Max Magorsch --- web/templates/home/home.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/templates/home') diff --git a/web/templates/home/home.tmpl b/web/templates/home/home.tmpl index afef5cc..a46d3fc 100644 --- a/web/templates/home/home.tmpl +++ b/web/templates/home/home.tmpl @@ -45,7 +45,7 @@

Recent Popular Threads

{{range .PopularThreads}} -

{{.Subject}}

+

{{.GetSubject}}

{{end}}
@@ -87,7 +87,7 @@ {{$listName:=.Name}} {{range .Messages}} - {{.Subject}} + {{.GetSubject}} {{.GetAuthorName}} {{end}} -- cgit v1.2.3-65-gdbad