]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/answeraccepted.html
Solves several email encoding issues.
[osqa.git] / forum / skins / default / templates / notifications / answeraccepted.html
index 8dac6ce21ff583c0aa77a289fddb9307e303a23d..7170a5ddcf9a3c2e2d48a89a99066bc6aeff50c0 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)
     accepted_by = answer.nstate.accepted.by.username
 {% enddeclare %}