From dfb3c2b8698d45612584f74ddd4ac894501fd256 Mon Sep 17 00:00:00 2001 From: kilo Date: Sun, 29 Oct 2017 01:59:03 +0200 Subject: [PATCH] Update notifications.jet.html --- templates/site/user/notifications.jet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/site/user/notifications.jet.html b/templates/site/user/notifications.jet.html index 0b61c113..78f6af46 100644 --- a/templates/site/user/notifications.jet.html +++ b/templates/site/user/notifications.jet.html @@ -19,7 +19,7 @@ {{if .Read}}{{T("read")}}{{else}}{{T("unread")}}{{end}} - >{{ .Content }} + {{ .Content }} {{if !.Date.IsZero()}} {{formatDate(.Date, false)}}