Merge pull request #11620 from MoonE/examples-code-add-charset

Add charset to the examples html below the map
This commit is contained in:
Marc Jansen
2020-10-03 21:56:49 +02:00
committed by GitHub

View File

@@ -189,6 +189,7 @@
<pre><code id="example-html-source" class="language-markup">&lt;!DOCTYPE html&gt; <pre><code id="example-html-source" class="language-markup">&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt; &lt;html lang="en"&gt;
&lt;head&gt; &lt;head&gt;
&lt;meta charset="UTF-8"&gt;
&lt;title&gt;{{ title }}&lt;/title&gt; &lt;title&gt;{{ title }}&lt;/title&gt;
&lt;!-- Pointer events polyfill for old browsers, see https://caniuse.com/#feat=pointer --&gt; &lt;!-- Pointer events polyfill for old browsers, see https://caniuse.com/#feat=pointer --&gt;
&lt;script src="https://unpkg.com/elm-pep"&gt;&lt;/script&gt;{{#if extraHead.remote}} &lt;script src="https://unpkg.com/elm-pep"&gt;&lt;/script&gt;{{#if extraHead.remote}}