]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/newanswer.html
Solves several email encoding issues.
[osqa.git] / forum / skins / default / templates / notifications / newanswer.html
index d258cde796814738d585b1afa57705b60c438c1a..947de0ca513dee5c8073b9c2c58a5b73f31abea4 100644 (file)
@@ -5,7 +5,7 @@
     app_name = settings.APP_SHORT_NAME
     answer_author = answer.author.username
     question = answer.question
-    question_title = question.title
+    question_title = html.mark_safe(question.title)
     safe_body = html.html2text(answer.html)
 {% enddeclare %}