summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-11 18:08:09 -0800
committerAlex Yatskov <alex@foosoft.net>2017-03-11 18:08:09 -0800
commit73fcc5a9571fe6adc258e82bcabd6f2878ddf890 (patch)
tree1cad99ce1f03175044bcb5f63d0f6d1ffea269c6
parentef951d7c808934d72aea374331008dff0177488a (diff)
add missing metadata to background page
-rw-r--r--ext/bg/background.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html
index 1aa60559..8fb41a38 100644
--- a/ext/bg/background.html
+++ b/ext/bg/background.html
@@ -1,5 +1,8 @@
<!DOCTYPE html>
<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ </head>
<body>
<script src="/mixed/lib/handlebars.min.js"></script>
<script src="/mixed/lib/dexie.min.js"></script>