From: Dan Karran Date: Mon, 11 Jun 2007 21:23:03 +0000 (+0000) Subject: left a bit in previous commit that shouldn't have been there. X-Git-Tag: live~8443 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c43fac76df4751f4b4d04c6f197f5b28229bd624 left a bit in previous commit that shouldn't have been there. --- diff --git a/lib/osm.rb b/lib/osm.rb index 57714c68e..7f1f4d101 100644 --- a/lib/osm.rb +++ b/lib/osm.rb @@ -301,7 +301,7 @@ module OSM if latitude lat_el = XML::Node.new 'geo:lat' lat_el << latitude.to_s - item << lat_el if lat_el + item << lat_el end if longitude