Charset meta tag should be in the first 1024 bytes
This commit is contained in:
@@ -4,6 +4,7 @@ var version = obj.packageInfo.version;
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<script>
|
<script>
|
||||||
var gaProperty = 'UA-2577926-1';
|
var gaProperty = 'UA-2577926-1';
|
||||||
// Disable tracking if the opt-out cookie exists.
|
// Disable tracking if the opt-out cookie exists.
|
||||||
@@ -61,7 +62,6 @@ var version = obj.packageInfo.version;
|
|||||||
})
|
})
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>OpenLayers v<?js= version ?> API - <?js= title ?></title>
|
<title>OpenLayers v<?js= version ?> API - <?js= title ?></title>
|
||||||
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=fetch"></script>
|
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=fetch"></script>
|
||||||
<script src="scripts/prettify/prettify.js"> </script>
|
<script src="scripts/prettify/prettify.js"> </script>
|
||||||
|
|||||||
Reference in New Issue
Block a user