diff --git a/rhodecode/templates/admin/notifications/notifications.html b/rhodecode/templates/admin/notifications/notifications.html --- a/rhodecode/templates/admin/notifications/notifications.html +++ b/rhodecode/templates/admin/notifications/notifications.html @@ -42,7 +42,7 @@ -
${h.urlify_text(notification.notification.subject)}
+
${h.literal(notification.notification.subject)}
%endfor