Restore X-UA-Compatible meta tag to vnc_lite
It's still required since without this IE's default setting for "Display intranet web pages in compatibility mode" will cause errors.
This commit is contained in:
parent
3a64043f28
commit
78bbf6bad2
|
@ -18,6 +18,10 @@
|
|||
|
||||
<meta charset="utf-8">
|
||||
|
||||
<!-- Always force latest IE rendering engine (even in intranet) &
|
||||
Chrome Frame. Remove this if you use the .htaccess -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<style>
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue