Fixed typo in 'big changeset' display.

This commit is contained in:
Matt Amos 2009-06-15 14:16:19 +00:00
parent b726b0dcf4
commit 09c2725fc9

View file

@ -41,7 +41,7 @@
<a href='/?minlon=<%= minlon %>&minlat=<%= minlat %>&maxlon=<%= maxlon %>&maxlat=<%= maxlat %>&box=yes' title='<%= t'changeset.changeset.show_area_box' %>'><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%></a>
<!--<%=changeset.area%>-->
<% if changeset.area > 1500000000000 %>
<% t'changeset.changeset.big_area' %>
<%= t'changeset.changeset.big_area' %>
<%
end
end