From 05e62479c84a72bcf081ec3520d89f13d5044ec5 Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 8 Jul 2021 15:11:10 +0200 Subject: [PATCH] undo template no escape (#87) --- 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 4fb9dd146..ba48e92ec 100644 --- a/web/template/index.tmpl +++ b/web/template/index.tmpl @@ -9,7 +9,7 @@
- {{.instance.ShortDescription | noescape}} + {{.instance.ShortDescription}}