From: Tom Hughes Date: Sat, 30 May 2009 11:27:25 +0000 (+0000) Subject: Make links in tags active in the data browser. Fixes #1855. X-Git-Tag: live~7378 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0e5e08a96e62a7bc058ac1cf87f5808f06988bb4?hp=fd35873a4be94155746b6d410d601aa97e93687f Make links in tags active in the data browser. Fixes #1855. --- 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])) %>