]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_tag.html.erb
Change the map key from a static PNG image to a generated HTML table that can be...
[rails.git] / app / views / browse / _tag.html.erb
1 <tr>
2   <td><%= h(tag[0]) %> = <%= sanitize(auto_link(tag[1])) %></td>
3 </tr>