]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/details-html.php
fix indentation
[nominatim.git] / lib / template / details-html.php
index a38ee1bc2a22102384cb8d8df5d151c996610332..83df4814f2ea9afec0824cf7b1c98ba3a55fdc9d 100644 (file)
@@ -19,9 +19,6 @@
                                                                                new OpenLayers.Control.Navigation(),
                                                                                new OpenLayers.Control.PanZoomBar(),
                                                                                new OpenLayers.Control.MousePosition(),
-                                                                               new OpenLayers.Control.TouchNavigation({
-                                                                                       dragPanOptions: { enableKinetic: true }
-                                                                               }),
                                                                                new OpenLayers.Control.Attribution()],
                 maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),
                 maxResolution: 156543.0399,
@@ -83,7 +80,7 @@
        echo '<h1>';
        if ($aPointDetails['icon'])
        {
-               echo '<img style="float:right;margin-right:40px;" src="'.CONST_Website_BaseURL.'images/mapicons/'.$aPointDetails['icon'].'.n.32.png'.'">';
+               echo '<img style="float:right;margin-right:40px;" src="'.CONST_Website_BaseURL.'images/mapicons/'.$aPointDetails['icon'].'.n.32.png'.'" alt="'.$aPointDetails['icon'].'" />';
        }
        echo $aPointDetails['localname'].'</h1>';
        echo '<div class="locationdetails">';