diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 6123371..6300f8c 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -209,7 +209,7 @@ module ApplicationHelper flash.each do |k,v| s << content_tag('div', v, :class => "flash #{k}") end - s + s.html_safe end # Renders tabs and their content