X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1c5642637a87ab250d2a1204cc83a578e7aa29f1..a3795cddbb1e4ec7a697a78645d7df880bd690b3:/app/views/traces/_trace.html.erb?ds=inline diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index 8b754a591..47860d50d 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -30,7 +30,7 @@ <%= t ".by" %> <%= link_to h(trace.user.display_name), user_path(trace.user) %> <% if !trace.tags.empty? %> <%= t ".in" %> - <%= raw(trace.tags.collect { |tag| link_to_tag tag.tag }.join(", ")) %> + <%= safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %> <% end %>