Merge branch 'master' of github.com:johnbintz/semantic_rails_view_helpers

This commit is contained in:
John Bintz 2013-01-24 18:08:33 -05:00
commit f4814651ba
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?