Skip to content

Commit

Permalink
remove unnecessary html_escape in #render_document_show_field_label
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 20, 2014
1 parent d7d4f00 commit 6b53ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/blacklight/blacklight_helper_behavior.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def render_document_show_field_label *args

field = options[:field]

html_escape t(:'blacklight.search.show.label', label: document_show_field_label(document, field))
t(:'blacklight.search.show.label', label: document_show_field_label(document, field))
end

##
Expand Down

0 comments on commit 6b53ebb

Please sign in to comment.