Merge pull request #649 from ldgeo/master

UI: Extra HTML headers for compatibility on MSIE>8
This commit is contained in:
mtmail
2017-02-28 17:18:12 +01:00
committed by GitHub

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<title>OpenStreetMap Nominatim: Search</title>
<meta content="IE=edge" http-equiv="x-ua-compatible" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="<?php echo CONST_Website_BaseURL;?>" />