[Kimchi-devel] [PATCH] novnc does not work in IE

Adam King rak at linux.vnet.ibm.com
Thu May 15 14:55:35 UTC 2014


vnc_auto.html has 2 meta tags for X-UA-Compatible preventing the IE mode from taking effect. Combine them so they are both effective.

Signed-off-by: Adam King <rak at linux.vnet.ibm.com>
---
 ui/pages/vnc_auto.html.tmpl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ui/pages/vnc_auto.html.tmpl b/ui/pages/vnc_auto.html.tmpl
index f295019..bd96d60 100644
--- a/ui/pages/vnc_auto.html.tmpl
+++ b/ui/pages/vnc_auto.html.tmpl
@@ -12,8 +12,7 @@
     -->
     <head>
         <title>noVNC</title>
-        <meta http-equiv="X-UA-Compatible" content="chrome=1">
-        <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+        <meta http-equiv="X-UA-Compatible" content="chrome=1, IE=Edge">
         <link rel="stylesheet" href="$href("/css/novnc/base.css")" title="plain">
         <script type='text/javascript'>
             var INCLUDE_URI = "/js/novnc/";
-- 
1.9.0




More information about the Kimchi-devel mailing list