modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4ad902ff3c6cb3e6b18ec58699ec96e3fd4629e3 Author: mtho11 mikecthompson@gmail.com Date: Thu Dec 20 16:31:09 2012 -0800
[BZ 889375] Doc type change to eliminate the strange checkbox checking/unchecking behavior. Changing <meta http-equiv=X-UA-Compatible content=IE=9 />
diff --git a/modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html b/modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html index cdcfe24..d4178e7 100644 --- a/modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html +++ b/modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html @@ -5,7 +5,7 @@ http://forums.smartclient.com/showthread.php?t=15973 2) solves initial app load issues that we experienced on some XP and Vista/Windows7 flavors. --> - <meta http-equiv="X-UA-Compatible" content="IE=8" /> + <meta http-equiv="X-UA-Compatible" content="IE=9" />
<!-- support internationalized characters --> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
rhq-commits@lists.fedorahosted.org