Commit 02ccfb5a5198c3f72da3483f945b70217eff82ac

Authored by Francisco Júnior
2 parents 4e5d8dd9 70d1c20e
Exists in staging and in 1 other branch production

Merge branch 'staging' of softwarepublico.gov.br:noosferogov/noosfero 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