diff --git a/app/helpers/announcements_helper.rb b/app/helpers/announcements_helper.rb index 9d2edfc..ea2fa9b 100644 --- a/app/helpers/announcements_helper.rb +++ b/app/helpers/announcements_helper.rb @@ -437,6 +437,7 @@ module AnnouncementsHelper end end end + html.css("body")[0].inner_html = html.css("body")[0].inner_html.gsub("{{page-title}}","") html.css("body").to_html.html_safe end end