diff --git a/index.php b/index.php index e81c65ffd7f60988564b56a76f16ade5e7483a32..b7fa9bb1c3752476b6256db754b9781ae856d4b9 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ <link href="css/style.css" rel="stylesheet" /> <?php if (isset($_GET['embed'])) { ?> <link href="css/embed.css" rel="stylesheet" /> - <? } ?> + <?php } ?> <script src="js/fastclick.js"></script> <script src="js/jquery.min.js"></script> <script src="js/leaflet.js"></script> @@ -53,4 +53,4 @@ })(); </script> </body> -</html> \ No newline at end of file +</html>