Mercurial > hg > webaudioevaluationtool
changeset 2563:b2df2be58fc2
Set full charset
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Fri, 02 Sep 2016 14:56:01 +0100 |
parents | 9c167c0d6c26 |
children | 26045169b4b5 |
files | index.html test.html test_create.html |
diffstat | 3 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/index.html Fri Sep 02 11:38:09 2016 +0100 +++ b/index.html Fri Sep 02 14:56:01 2016 +0100 @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="utf-8" /> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
--- a/test.html Fri Sep 02 11:38:09 2016 +0100 +++ b/test.html Fri Sep 02 14:56:01 2016 +0100 @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="utf-8" /> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
--- a/test_create.html Fri Sep 02 11:38:09 2016 +0100 +++ b/test_create.html Fri Sep 02 14:56:01 2016 +0100 @@ -1,5 +1,6 @@ <html> <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> <link rel='stylesheet' type="text/css" href="test_create/style.css"/> <link rel='stylesheet' type="text/css" href="test_create/custom.css"/>