X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e9bea64bf6806be1b0a951fd684fa13314cb8b67..3d906fe8c6303c00e399ce2dfecc3471959fbe6e:/app/views/browse/_tag.rhtml diff --git a/app/views/browse/_tag.rhtml b/app/views/browse/_tag.rhtml index 8a57387bf..a9a122e6d 100644 --- a/app/views/browse/_tag.rhtml +++ b/app/views/browse/_tag.rhtml @@ -1,3 +1,3 @@ - <%= h(tag[0]) %> = <%= h(tag[1]) %> + <%= h(tag[0]) %> = <%= sanitize(auto_link(tag[1])) %>