Skip to content

Commit 2940348

Browse files
committed
Fix
1 parent 718b017 commit 2940348

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

header.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@
302302
{
303303
?>
304304
<link type="text/css" rel="stylesheet" href="<?php print $globalURL; ?>/css/style-map.css?<?php print date("H"); ?>" />
305-
<link rel="stylesheet" href="<?php print $globalURL; ?>/css/leaflet.css" />
306-
<link rel="stylesheet" href="<?php print $globalURL; ?>/css/leaflet-sidebar.css" />
305+
<link type="text/css" rel="stylesheet" href="<?php print $globalURL; ?>/css/leaflet.css" />
306+
<link type="text/css" rel="stylesheet" href="<?php print $globalURL; ?>/css/leaflet-sidebar.css" />
307307
<script src="<?php print $globalURL; ?>/js/leaflet.js"></script>
308308
<script src="<?php print $globalURL; ?>/js/leaflet.ajax.min.js"></script>
309309
<script src="<?php print $globalURL; ?>/js/Marker.Rotate.js"></script>
@@ -369,9 +369,9 @@
369369
*/
370370
?>
371371
<?php
372-
if (isset($globalCustomCSS) && $glocalCustomCSS != '') {
372+
if (isset($globalCustomCSS) && $globalCustomCSS != '') {
373373
?>
374-
<link rel="stylesheet" href="<?php print $globalCustomCSS; ?>" />
374+
<link type="text/css" rel="stylesheet" href="<?php print $globalCustomCSS; ?>" />
375375
<?php
376376
}
377377
?>

0 commit comments

Comments
 (0)