diff --git a/app/views/notifications/show.html.erb b/app/views/notifications/show.html.erb index a9034531f..347020cbe 100644 --- a/app/views/notifications/show.html.erb +++ b/app/views/notifications/show.html.erb @@ -6,7 +6,9 @@

<%= @notification.title %>

- <%= @notification.page_content %> +

+ <%= sanitize @notification.page_content %> +