]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: add meta-charset element
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Nov 2023 07:16:20 +0000 (03:16 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Nov 2023 07:16:20 +0000 (03:16 -0400)
Without this, the unicode right-arrow doesn't show up on android. (If
we try to outsmart it with an XML entity reference, our minimization
pipeline deletes the entity reference and puts the arrow back. Thanks
for that.)

index.html.in

index 411dc47680ca953b0dcc0a6a6eb60419778e121f..e2c362c63b07f509c802920d720f17cc3179edf4 100644 (file)
@@ -1,6 +1,7 @@
 <!doctype html>
 <html lang="en-US">
   <head>
+    <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <link rel="icon" href="favicon.svg" />