Fix bug.
This commit is contained in:
parent
86a1261fd7
commit
02808f0404
|
@ -437,6 +437,7 @@ module AnnouncementsHelper
|
||||||
end
|
end
|
||||||
end
|
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
|
html.css("body").to_html.html_safe
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue