From fd0714cfde544297a5b283605777a5ebc2e1e0f9 Mon Sep 17 00:00:00 2001 From: f0x52 Date: Thu, 8 Jul 2021 14:57:37 +0200 Subject: [PATCH] disable html escaping for short description (#84) --- web/template/index.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/index.tmpl b/web/template/index.tmpl index ba48e92ec..4fb9dd146 100644 --- a/web/template/index.tmpl +++ b/web/template/index.tmpl @@ -9,7 +9,7 @@

This is the default landing page, you can edit it from ./web/template/index.tmpl

- {{.instance.ShortDescription}} + {{.instance.ShortDescription | noescape}}