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