gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

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:
Mweb/template/index.tmpl | 2+-
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>