diff --git a/web/plugins/geodata/geodata.py b/web/plugins/geodata/geodata.py
index 1200486..9996c3d 100644
--- a/web/plugins/geodata/geodata.py
+++ b/web/plugins/geodata/geodata.py
@@ -3,9 +3,9 @@ from xml.dom import minidom
collection = {}
gpx_root = '''
-'''
+'''
kml_root = '''
-'''
+'''
def make_files(void):
makeGPX()