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)}}