]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag.html.erb
Merge -r 20198:20540 from trunc into openstreetbugs branch
[rails.git] / app / views / browse / _tag.html.erb
index a9a122e6da6cbf9f49a6f6467323659f15e92535..ab5707f9e0d82b572c408121a6b993f02e245be9 100644 (file)
@@ -1,3 +1,3 @@
 <tr>
-  <td><%= h(tag[0]) %> = <%= sanitize(auto_link(tag[1])) %></td>
+  <td><%= h(tag[0]) %> = <%= linkify(h(tag[1])) %></td>
 </tr>