]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/reverse.php
new reverse HTML page incl leaflet map
[nominatim.git] / website / reverse.php
index abc33a09ed297e382cc1d3862fc8147badc63e6f..5217f7348f58714f0061ddfcdb711842ba299987 100755 (executable)
@@ -23,7 +23,7 @@
 
        // Format for output
        $sOutputFormat = 'xml';
-       if (isset($_GET['format']) && ($_GET['format'] == 'xml' || $_GET['format'] == 'json' || $_GET['format'] == 'jsonv2'))
+       if (isset($_GET['format']) && ( $_GET['format'] == 'html' || $_GET['format'] == 'xml' || $_GET['format'] == 'json' || $_GET['format'] == 'jsonv2'))
        {
                $sOutputFormat = $_GET['format'];
        }