diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb index 37d2137a6..aab402070 100644 --- a/app/helpers/search_helper.rb +++ b/app/helpers/search_helper.rb @@ -37,7 +37,7 @@ module SearchHelper result << content_tag('span', h(words), :class => "highlight token-#{t}") end end - result + result.html_safe end def type_label(t)