]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed typo
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 2 Nov 2007 11:27:06 +0000 (11:27 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 2 Nov 2007 11:27:06 +0000 (11:27 +0000)
svn changeset:2681/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/server/ApplicationServlet.java

index 9f574f8771c10f154349152fb327a9eb38f1f196..fd0c2967178384ee3a47a77e0603bbb76887bfb3 100644 (file)
@@ -479,7 +479,7 @@ public class ApplicationServlet extends HttpServlet {
                                                + "\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n");
 
                page
-                               .write("<html xmlns=\"http://www.w3.org/1999/xhtml\" style=\"width:100%;height:100%;border:0;margin:0;overflow:hidden\">\n<head>\n<title>IT Mill Toolkit 5</title>\n"
+                               .write("<html xmlns=\"http://www.w3.org/1999/xhtml\" style=\"width:100%;height:100%;border:0;margin:0;\">\n<head>\n<title>IT Mill Toolkit 5</title>\n"
                                                + "<script type=\"text/javascript\">\n"
                                                + "     var itmill = {\n" + "           appUri:'");