X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/11cc4a5e601dd288d601e6e35a72d159062f18b5..0bd6f889c5a4f8f13decd96d6ef478c29b0e388a:/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 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 %>