Commit 70d1c20ec3f3a8556428fd1abed3ac7390c45a7f
Exists in
staging
and in
1 other branch
Merge branch 'master' into staging
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
@@ -541,7 +541,7 @@ module ApplicationHelper | @@ -541,7 +541,7 @@ module ApplicationHelper | ||
541 | ) | 541 | ) |
542 | label_html = self.class.content_tag 'label', text, | 542 | label_html = self.class.content_tag 'label', text, |
543 | :class => 'formlabel' | 543 | :class => 'formlabel' |
544 | - control_html = self.class.content_tag 'div', html, | 544 | + control_html = self.class.content_tag 'div', html.html_safe, |
545 | :class => 'formfield type-radio '+ | 545 | :class => 'formfield type-radio '+ |
546 | 'fieldgroup linesize'+line_size.to_s() | 546 | 'fieldgroup linesize'+line_size.to_s() |
547 | 547 |