Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/243#discussion_r165833126
--- Diff: guacamole/src/main/webapp/index.html ---
@@ -19,7 +19,8 @@
-->
<html ng-app="index" ng-controller="indexController">
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta http-equiv="Content-Type" content="text/html;
charset=UTF-8"/>
+ <meta http-equiv="x-ua-compatible" content="IE=edge"/>
--- End diff --
Is it "x-ua-compatible" or "X-UA-Compatible"?
---