]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/output.php
split long lines in Geocode.php
[nominatim.git] / lib / output.php
index 983e34406e0f3f6502562ff5f8121546ee8a8ee2..58f00091707ffbce13cc85c9ad1ed3192d701726 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 
+
 function formatOSMType($sType, $bIncludeExternal = true)
 {
     if ($sType == 'N') return 'node';
@@ -38,4 +39,3 @@ function detailsLink($aFeature, $sTitle = false)
 
     return '<a href="details.php?place_id='.$aFeature['place_id'].'">'.($sTitle?$sTitle:$aFeature['place_id']).'</a>';
 }
-