Browse Source

Fixed #175

svn changeset:322/svn branch:toolkit
tags/6.7.0.beta1
Joonas Lehtinen 17 years ago
parent
commit
6a2cbb74bb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/itmill/toolkit/terminal/web/ApplicationServlet.java

+ 1
- 1
src/com/itmill/toolkit/terminal/web/ApplicationServlet.java View File

@@ -808,7 +808,7 @@ public class ApplicationServlet extends HttpServlet implements

page.write("<html><head>\n<title>"
+ window.getCaption() + "</title>\n");
page.write("<NOSCRIPT><META http-equiv=\"refresh\" content=\"0; url=?WA_NOSCRIPT=1\" /></NOSCRIPT>\n");
Theme t = theme;
Vector themes = new Vector();
themes.add(t);

Loading…
Cancel
Save