X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f280dcb2d798b3dfd4aad345a1ab7efa10d8bbe4..0bd6f889c5a4f8f13decd96d6ef478c29b0e388a:/app/views/browse/_common_details.html.erb?ds=inline diff --git a/app/views/browse/_common_details.html.erb b/app/views/browse/_common_details.html.erb index 1c8f1c5da..669e0fe6d 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -1,6 +1,6 @@

<% if common_details.changeset.tags['comment'].present? %> - <%= linkify(h(common_details.changeset.tags["comment"])) %> + <%= linkify(common_details.changeset.tags["comment"]) %> <% else %> <%= t "browse.no_comment" %> <% end %> @@ -15,7 +15,7 @@
<%= t "browse.version" %> - #<%= h(common_details.version) %> + #<%= common_details.version %> · <%= t "browse.in_changeset" %> #<%= link_to common_details.changeset_id, :action => :changeset, :id => common_details.changeset_id %>