]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/search-xml.php
Merge branch 'master' of github.com:twain47/Nominatim
[nominatim.git] / lib / template / search-xml.php
index 84e177750b020b7c919126517b1fdab4dfb8485f..fa6b14a37af693515b52473f071822fdb8172d78 100644 (file)
@@ -94,8 +94,9 @@
 
                if (isset($aResult['askml']))
                {
-                       echo "\n";
+                       echo "\n<geokml>";
                        echo $aResult['askml'];
+                       echo "</geokml>";
                }
 
                if (isset($aResult['address']))