Mercurial > hg > webaudioevaluationtool
changeset 2495:21cd592fc15b
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Fri, 02 Sep 2016 15:20:55 +0100 |
parents | 09936f12f885 (current diff) 8be11a6d8b59 (diff) |
children | 4d8b4f60f589 |
files | |
diffstat | 3 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/index.html Thu Aug 25 11:20:50 2016 +0100 +++ b/index.html Fri Sep 02 15:20:55 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 Thu Aug 25 11:20:50 2016 +0100 +++ b/test.html Fri Sep 02 15:20:55 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 Thu Aug 25 11:20:50 2016 +0100 +++ b/test_create.html Fri Sep 02 15:20:55 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"/>