commit 05e62479c84a72bcf081ec3520d89f13d5044ec5
parent c106ce46172f8c0cd47def253bfea3dd330956c1
Author: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>
Date: Thu, 8 Jul 2021 15:11:10 +0200
undo template no escape (#87)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/template/index.tmpl b/web/template/index.tmpl
@@ -9,7 +9,7 @@
<h3>This is the default landing page, you can edit it from <span class="accent">./web/template/index.tmpl</span></h1>
<p>
- {{.instance.ShortDescription | noescape}}
+ {{.instance.ShortDescription}}
</p>
</section>