Adjust capitalisation of X-UA-Compatible meta tag

The docs suggest that the capitalised form is correct
This commit is contained in:
Jermolene 2017-03-27 10:00:05 +01:00
parent d3fe4f600a
commit af45d509eb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ title: $:/core/templates/tiddlywiki5.html
<!doctype html>
{{$:/core/templates/MOTW.html}}<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Force IE standards mode for Intranet and HTA - should be the first meta -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="application-name" content="TiddlyWiki" />
<meta name="generator" content="TiddlyWiki" />