mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 15:57:18 +00:00
fix: specify utf-8 encoding with meta tag (#2003)
We specify the encoding to be UTF-8 with a meta tag such that Electron won't get confused and try any other encodings. Change-Type: patch Changelog-Entry: Specify UTF-8 encoding with meta tag.
This commit is contained in:
parent
890122894f
commit
b0e6170d93
@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Etcher</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../node_modules/flexboxgrid/dist/flexboxgrid.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
|
Loading…
x
Reference in New Issue
Block a user