X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..5e9ae68fb223195f67bfb3992f1d7b0116437d71:/app/views/browse/_tag.html.erb diff --git a/app/views/browse/_tag.html.erb b/app/views/browse/_tag.html.erb index a9a122e6d..ab5707f9e 100644 --- a/app/views/browse/_tag.html.erb +++ b/app/views/browse/_tag.html.erb @@ -1,3 +1,3 @@ - <%= h(tag[0]) %> = <%= sanitize(auto_link(tag[1])) %> + <%= h(tag[0]) %> = <%= linkify(h(tag[1])) %>