diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-02 19:55:48 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-02 19:55:48 -0700 |
commit | 9d1c07e8aac8eb404004fa8e31a829036ef38092 (patch) | |
tree | d262ea6a378e8902de65132a82576c800b1932d3 /src/shell.html | |
parent | f15ac75d9cd6f2f1c04671fc404aeeaf912bba73 (diff) |
add encoding to html to remove browser warnings
Diffstat (limited to 'src/shell.html')
-rw-r--r-- | src/shell.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell.html b/src/shell.html index 436ba37e..4c7b2147 100644 --- a/src/shell.html +++ b/src/shell.html @@ -1,3 +1,4 @@ +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <html> <head> <title>Emscripten-Generated Code</title> |