Fix XSS vulnerability

This commit is contained in:
The Bastard Operator 2015-08-16 03:28:21 +02:00
parent 2cee0ea6ef
commit 7ef2da0c83
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{{#if thumb}}
<img src="{{thumb}}" class="thumb">
{{/if}}
<div class="head">{{{head}}}</div>
<div class="head">{{{parse head}}}</div>
<div class="body">
{{body}}
</div>