[Commits] r1041 - apps/opengeo/geoexplorer/branches/0.1.x
commits at geoext.org
commits at geoext.org
Wed Jun 10 22:52:09 CEST 2009
Author: tcoulter
Date: 2009-06-10 22:52:09 +0200 (Wed, 10 Jun 2009)
New Revision: 1041
Modified:
apps/opengeo/geoexplorer/branches/0.1.x/debug.html
Log:
Oops. The compatibility mode tag needs to be before any link tags.
Modified: apps/opengeo/geoexplorer/branches/0.1.x/debug.html
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/debug.html 2009-06-10 18:57:36 UTC (rev 1040)
+++ apps/opengeo/geoexplorer/branches/0.1.x/debug.html 2009-06-10 20:52:09 UTC (rev 1041)
@@ -2,10 +2,11 @@
<html>
<head>
<title>GeoExplorer (debug)</title>
- <link rel="shortcut icon" href="theme/img/favicon.ico"/>
-
+
<!-- IE 8 Compatibility -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
+
+ <link rel="shortcut icon" href="theme/img/favicon.ico"/>
<!-- Ext resources -->
<link rel="stylesheet" type="text/css" href="externals/ext/resources/css/ext-all.css" />
More information about the Commits
mailing list