diff options
Diffstat (limited to 'web/template/index.tmpl')
-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 ba48e92ec..de84d430f 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}} + {{.instance.ShortDescription |noescape}} </p> </section> |