This commit is contained in:
BoHung Chiu 2021-02-21 12:31:22 +08:00
parent 86a1261fd7
commit 02808f0404
1 changed files with 1 additions and 0 deletions

View File

@ -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