summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/question.html')
-rw-r--r--askbot/templates/question.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/question.html b/askbot/templates/question.html
index 5a317707..e2e6f394 100644
--- a/askbot/templates/question.html
+++ b/askbot/templates/question.html
@@ -209,7 +209,7 @@
{% endblock %}
{% block content %}
<div>
- {{ settings.QUESTION_PAGE_TOP_BANNER }}
+ {{ settings.QUESTION_PAGE_TOP_BANNER|safe }}
</div>
{% if is_cacheable %}
{% cache long_time "thread-content-html" thread.id %}