X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/eb0f9ff63d5ad5d91ea941420e094dd2980df094..c8f0a81eb7043c297e050c1f3ff8a8cf7ff613bc:/app/views/browse/_tag.html.erb diff --git a/app/views/browse/_tag.html.erb b/app/views/browse/_tag.html.erb index 5724b0646..2081ba28d 100644 --- a/app/views/browse/_tag.html.erb +++ b/app/views/browse/_tag.html.erb @@ -1,3 +1,4 @@ - <%= h(tag[0]) %> = <%= auto_link(h(tag[1])) %> - + <%= format_key(tag[0]) %> + <%= format_value(tag[0], tag[1]) %> +