Merge pull request #11620 from MoonE/examples-code-add-charset
Add charset to the examples html below the map
This commit is contained in:
@@ -189,6 +189,7 @@
|
|||||||
<pre><code id="example-html-source" class="language-markup"><!DOCTYPE html>
|
<pre><code id="example-html-source" class="language-markup"><!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<!-- Pointer events polyfill for old browsers, see https://caniuse.com/#feat=pointer -->
|
<!-- Pointer events polyfill for old browsers, see https://caniuse.com/#feat=pointer -->
|
||||||
<script src="https://unpkg.com/elm-pep"></script>{{#if extraHead.remote}}
|
<script src="https://unpkg.com/elm-pep"></script>{{#if extraHead.remote}}
|
||||||
|
|||||||
Reference in New Issue
Block a user