X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5c40100b5701fd4bc918acb849e0a21cf1d159d1..2a784fa3d4533d11e3227f868085dcee5a9870c6:/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 "