]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/search-html.php
fix search by just country code. Re-order some search results (admin boundaries...
[nominatim.git] / lib / template / search-html.php
index 0952974d3e4be7498092edc82f3f0b48b752d9a1..3b664e544d3d9f503007f341edcdca05ac5e7cb4 100644 (file)
@@ -8,9 +8,9 @@
        <base href="<?php echo CONST_Website_BaseURL;?>" />
        <link href="nominatim.xml" rel="search" title="Nominatim Search" type="application/opensearchdescription+xml" />
 
-       <script src="OpenLayers.js"></script>
-       <script src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script>
-       <script src="prototype-1.6.0.3.js"></script>
+       <script src="js/OpenLayers.js"></script>
+       <script src="js/OpenStreetMap.js"></script>
+       <script src="js/prototype-1.6.0.3.js"></script>
 
        <style>
 * {-moz-box-sizing: border-box;}