Skip to content

Commit

Permalink
fix: add encoding to background renderer (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev authored Sep 15, 2022
1 parent bdfa17a commit f6c1990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/background/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script>
(function() {
const script = document.createElement('script');
Expand Down

0 comments on commit f6c1990

Please sign in to comment.