X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/eb0f9ff63d5ad5d91ea941420e094dd2980df094..200a1ab5c7b26c4e59630f5f48c3d08320376ebc:/app/views/browse/_common_details.html.erb diff --git a/app/views/browse/_common_details.html.erb b/app/views/browse/_common_details.html.erb index 0c486e0a7..b6960b9c4 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -23,7 +23,7 @@ <% if common_details.changeset.tags['comment'] %> <%= t 'browse.common_details.changeset_comment' %> - <%= auto_link(h(common_details.changeset.tags['comment'])) %> + <%= linkify(h(common_details.changeset.tags['comment'])) %> <% end %>