diff --git a/plugins/admin_notifications/views/shared/show_notification.html.erb b/plugins/admin_notifications/views/shared/show_notification.html.erb index 9f74e76..c1e8c4c 100644 --- a/plugins/admin_notifications/views/shared/show_notification.html.erb +++ b/plugins/admin_notifications/views/shared/show_notification.html.erb @@ -22,7 +22,7 @@ <% @notifications.each do |notification| %>
notification" data-notification="<%=notification.id%>" notification-display-popup="<%=notification.display_popup?%>">
- <%= AdminNotificationsPlugin::NotificationHelper.substitute_variables(notification.message, current_user) %> + <%= AdminNotificationsPlugin::NotificationHelper.substitute_variables(notification.message, current_user).html_safe %>
<% if logged_in? %>
-- libgit2 0.21.2