summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-07-08 15:11:10 +0200
committerLibravatar GitHub <noreply@github.com>2021-07-08 15:11:10 +0200
commit05e62479c84a72bcf081ec3520d89f13d5044ec5 (patch)
tree522dab53db3948124dc68f3fcd87530b7df9e498
parentfix up some of the instance patching stuff (#86) (diff)
downloadgotosocial-05e62479c84a72bcf081ec3520d89f13d5044ec5.tar.xz
undo template no escape (#87)
-rw-r--r--web/template/index.tmpl2
1 files changed, 1 insertions, 1 deletions
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 @@
<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>