diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 1a1a90d..02f61c6 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -539,7 +539,7 @@ module ApplicationHelper ) label_html = self.class.content_tag 'label', text, :class => 'formlabel' - control_html = self.class.content_tag 'div', html, + control_html = self.class.content_tag 'div', html.html_safe, :class => 'formfield type-radio '+ 'fieldgroup linesize'+line_size.to_s() -- libgit2 0.21.2