X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3244635aa11878135a014cf2c9ec9177f8e9d0ba..d02ea8a1332fc7c32749ab479d68d44e2e76cdfa:/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]) %> +