fix html safe

This commit is contained in:
John Bintz 2013-01-16 21:11:25 -05:00
parent ff2202a8f4
commit c9efe01af7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module SemanticRailsViewHelpers
value = value.to_label if value.respond_to?(:to_label)
if options[:raw]
value = value.html_safe
value = (value || '').html_safe
end
if SemanticRailsViewHelpers.semantic_data?