Skip to content

Commit

Permalink
undo template no escape (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst authored Jul 8, 2021
1 parent c106ce4 commit 05e6247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/template/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 05e6247

Please sign in to comment.