diff options
author | 2021-07-08 15:11:10 +0200 | |
---|---|---|
committer | 2021-07-08 15:11:10 +0200 | |
commit | 05e62479c84a72bcf081ec3520d89f13d5044ec5 (patch) | |
tree | 522dab53db3948124dc68f3fcd87530b7df9e498 | |
parent | fix up some of the instance patching stuff (#86) (diff) | |
download | gotosocial-05e62479c84a72bcf081ec3520d89f13d5044ec5.tar.xz |
undo template no escape (#87)
-rw-r--r-- | web/template/index.tmpl | 2 |
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> |