type attribute not required in HTML5

This commit is contained in:
Uzerus
2017-02-04 16:17:51 +01:00
committed by Per Liedman
parent a58a28a9a0
commit cab880d4d8
72 changed files with 174 additions and 174 deletions

View File

@ -7,14 +7,14 @@
<link rel="stylesheet" href="../css/screen.css" />
<script type="text/javascript" src="../../build/deps.js"></script>
<script src="../../build/deps.js"></script>
<script src="../leaflet-include.js"></script>
</head>
<body>
<div id="map"></div>
<script type="text/javascript">
<script>
var osmUrl = 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
osmAttrib = '&copy; <a href="http://openstreetmap.org/copyright">OpenStreetMap</a> contributors',