]> source.dussan.org Git - vaadin-framework.git/commitdiff
removed IE7 combatibility mode tag
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 10 Aug 2009 12:28:33 +0000 (12:28 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 10 Aug 2009 12:28:33 +0000 (12:28 +0000)
svn changeset:8452/svn branch:6.0

src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java

index 706d343b2df19984ea49c7a64c3b38ae83f49cb6..dd3fd19a1db4c4a71e34d1034761deddcdf26310 100644 (file)
@@ -1330,8 +1330,6 @@ public abstract class AbstractApplicationServlet extends HttpServlet {
                     + ">\n<head>\n");
             page
                     .write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n");
-            page
-                    .write("<meta http-equiv=\"X-UA-Compatible\" content=\"IE=7\" />\n");
             page.write("<style type=\"text/css\">"
                     + "html, body {height:100%;}</style>");