X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f07819d81a7437e58c6e64c2e76ba7e54fad9034..92c171dcaaef4de016a7985368971639e4726e28:/app/views/trace/view.html.erb diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb index 0d9b6213f..1f272b271 100644 --- a/app/views/trace/view.html.erb +++ b/app/views/trace/view.html.erb @@ -38,7 +38,7 @@ <%= t'trace.view.tags' %> <% unless @trace.tags.empty? %> - <%= @trace.tags.collect { |tag| link_to tag.tag, { :controller => 'trace', :action => 'list', :tag => tag.tag, :id => nil } }.join(", ") %> + <%= raw(@trace.tags.collect { |tag| link_to tag.tag, { :controller => 'trace', :action => 'list', :tag => tag.tag, :id => nil } }.join(", ")) %> <% else %> <%= t'trace.view.none' %> <% end %>