X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/ccb14fc105889cf259dd34084fcacce8776befec..5960a749b88d64b2d0587e090d3f47be554d4f9d:/forum/skins/default/templates/notifications/newcomment.html diff --git a/forum/skins/default/templates/notifications/newcomment.html b/forum/skins/default/templates/notifications/newcomment.html index a4859a4..043a24d 100644 --- a/forum/skins/default/templates/notifications/newcomment.html +++ b/forum/skins/default/templates/notifications/newcomment.html @@ -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 %}