X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5..f1a4669c957d29c012466768581c4a801e5029be:/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 574242f77..7c8165c67 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -29,7 +29,7 @@
<%= link_to common_details.changeset_id, :action => :changeset, :id => common_details.changeset_id %>
- <% if common_details.changeset.tags['comment'] %> + <% if common_details.changeset.tags['comment'].present? %><%= linkify(h(common_details.changeset.tags['comment'])) %>