diff --git a/app/views/layouts/application-ng.html.erb b/app/views/layouts/application-ng.html.erb
index 11369f2..1f74c4c 100644
--- a/app/views/layouts/application-ng.html.erb
+++ b/app/views/layouts/application-ng.html.erb
@@ -86,9 +86,9 @@
<%=
str = (@plugins.dispatch(:body_ending).map do |content|
if content.respond_to?(:call) then
- instance_exec(&content)
+ instance_exec(&content).html_safe
else
- content
+ content.html_safe
end
end)
safe_join(str, "\n")
--
libgit2 0.21.2