X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3d906fe8c6303c00e399ce2dfecc3471959fbe6e..3170600b9c6a1a42a1b2385fff08eca1c5f07b26:/app/views/changeset/_changeset.rhtml
diff --git a/app/views/changeset/_changeset.rhtml b/app/views/changeset/_changeset.rhtml
index 75b94b4ef..6ec1de43c 100644
--- a/app/views/changeset/_changeset.rhtml
+++ b/app/views/changeset/_changeset.rhtml
@@ -25,7 +25,7 @@
<% if changeset.tags['comment'] %>
<%= h(changeset.tags['comment']) %>
<% else %>
- <%= t'changeset.changeset.no_comment' %>
+ <%= t'changeset.changeset.no_comment' %>
<% end %>
@@ -38,7 +38,7 @@
maxlon = changeset.max_lon/GeoRecord::SCALE.to_f
maxlat = changeset.max_lat/GeoRecord::SCALE.to_f
%>
- '><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%>
+ '><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%>
<% if changeset.area > 1500000000000 %>
<% t'changeset.changeset.big_area' %>