]> git.itanic.dy.fi Git - maemo-mapper/blobdiff - src/gpx.c
Fixed bug in POI export to GPX (closes #2216)
[maemo-mapper] / src / gpx.c
index 7c1342ad705dccbbc16c5fe3f16aa9503feed1f4..4c668f0352a26676ab3f631fba7039e8ed19a4d5 100644 (file)
--- a/src/gpx.c
+++ b/src/gpx.c
@@ -854,7 +854,7 @@ gpx_poi_write(GtkTreeModel *model, GnomeVFSHandle *handle)
             WRITE_STRING("\" lon=\"");
             g_ascii_formatd(buffer, sizeof(buffer), "%.06f", poi.lon);
             WRITE_STRING(buffer);
-            WRITE_STRING("\"/>\n");
+            WRITE_STRING("\">\n");
 
             if(poi.label && *poi.label)
             {