]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/newcomment.html
Solves several email encoding issues.
[osqa.git] / forum / skins / default / templates / notifications / newcomment.html
index a4859a47ec2a3a27812ea69c4c185fdc7e6717e7..043a24d9dfffb3237ab6a6b145fe2b89777ade81 100644 (file)
@@ -8,7 +8,7 @@
     post_author = post.author.username
     comment_author = comment.author
     question_url = question.get_absolute_url()
-    question_title = question.title
+    question_title = html.mark_safe(question.title)
     safe_body = html.html2text(comment.comment)
 {% enddeclare %}