diff --git a/app/helpers/notifications_helper.rb b/app/helpers/notifications_helper.rb index b97027d9b..3c7f3d0e0 100644 --- a/app/helpers/notifications_helper.rb +++ b/app/helpers/notifications_helper.rb @@ -85,7 +85,7 @@ module NotificationsHelper def comment_notification_body(event) comment = event.eventable - strip_tags(comment.body.to_s).truncate(200) + comment.body.to_plain_text.truncate(200) end def card_notification_title(card)