Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/243#discussion_r165833486
--- 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 --
According to the MSDN page, all lower-case:
https://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx
---