X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f05ea577f42c5ad4a62ff25ec62fbb60c550ee26..51155b63:/website/polygons.php diff --git a/website/polygons.php b/website/polygons.php index 2e7197ab..735c4375 100755 --- a/website/polygons.php +++ b/website/polygons.php @@ -101,7 +101,7 @@ table td { foreach ($aRow as $sCol => $sVal) { switch ($sCol) { case 'error message': - if (preg_match('/Self-intersection\\[([0-9.\\-]+) ([0-9.\\-]+)\\]/',$sVal,$aMatch)) { + if (preg_match('/Self-intersection\\[([0-9.\\-]+) ([0-9.\\-]+)\\]/', $sVal, $aMatch)) { $aRow['lat'] = $aMatch[2]; $aRow['lon'] = $aMatch[1]; echo "".($sVal?$sVal:' ')."";