Author: gnodet
Date: Tue Jan 23 07:25:48 2007
New Revision: 499050

URL: http://svn.apache.org/viewvc?view=rev&rev=499050
Log:
SM-824: Webconsole does not work in IE 7
Patch provided by Kristian Langborg-Hansen, thx !

Modified:
    
incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/decorators/main.jsp

Modified: 
incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/decorators/main.jsp
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/decorators/main.jsp?view=diff&rev=499050&r1=499049&r2=499050
==============================================================================
--- 
incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/decorators/main.jsp
 (original)
+++ 
incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/decorators/main.jsp
 Tue Jan 23 07:25:48 2007
@@ -17,19 +17,19 @@
 --%>
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" 
/>
-       <title><decorator:title default="ServiceMix Console" /></title>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+    <title><decorator:title default="ServiceMix Console" /></title>
     <style type="text/css" media="screen">
         @import url(<c:url value="/styles/style.css"/>);
         @import url(<c:url value="/styles/sorttable.css"/>);
     </style>
     <c:if test="${!disableJavaScript}">
-           <script type='text/javascript' src='<c:url 
value="/js/common.js"/>'/>
-           <script type='text/javascript' src='<c:url value="/js/css.js"/>'/>
-           <script type='text/javascript' src='<c:url 
value="/js/standardista-table-sorting.js"/>'/>
+        <script type='text/javascript' src='<c:url 
value="/js/common.js"/>'></script>
+        <script type='text/javascript' src='<c:url 
value="/js/css.js"/>'></script>
+        <script type='text/javascript' src='<c:url 
value="/js/standardista-table-sorting.js"/>'></script>
     </c:if>
 
-       <decorator:head />
+    <decorator:head />
 </head>
 
 <body>
@@ -89,4 +89,4 @@
 
 </body>
 </html>
-       
+


Reply via email to