X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d963aa30b7dc4b18fac35309e30a64c31e02d65d..200a1ab5c7b26c4e59630f5f48c3d08320376ebc:/app/views/browse/_tag.html.erb diff --git a/app/views/browse/_tag.html.erb b/app/views/browse/_tag.html.erb index ab5707f9e..2eadad4f2 100644 --- a/app/views/browse/_tag.html.erb +++ b/app/views/browse/_tag.html.erb @@ -1,3 +1,3 @@ - <%= h(tag[0]) %> = <%= linkify(h(tag[1])) %> + <%= format_key(tag[0]) %> = <%= format_value(tag[0], tag[1]) %>