summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index ef7559d..ca8f25b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -20,7 +20,7 @@
<button class="btn{% if joke.reports>0 %}-flat{% endif %} col s12" type="submit" name="vote" value="downvote"><i class="material-icons">thumb_down</i> {{ joke.downvotes }}</button>
</form>
<div class="col s8 {% if joke.reports>0 %}grey-text{% endif %}">
- <p>{{ joke.text }}</p>
+ <p>{{ joke.text|safe }}</p>
</div>
<form class="col s2" action="report" method="post">
<input type="hidden" name="id" value="{{ joke.id }}">