diff options
author | Ugnich Anton | 2012-10-14 11:32:58 +0700 |
---|---|---|
committer | Ugnich Anton | 2012-10-14 11:32:58 +0700 |
commit | 98f036ae01fe90ad9d5853918602b705fdd41f02 (patch) | |
tree | 4926b28a09a11376ce29fe0def9c432aab9ae7c2 /src/java/com/juick/http/www/NewMessage.java | |
parent | 4441c908f773f1b7c2b203fc6f47349408ae82c0 (diff) |
A lot of changes.
Diffstat (limited to 'src/java/com/juick/http/www/NewMessage.java')
-rw-r--r-- | src/java/com/juick/http/www/NewMessage.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/java/com/juick/http/www/NewMessage.java b/src/java/com/juick/http/www/NewMessage.java index 1efb753d..1e00a553 100644 --- a/src/java/com/juick/http/www/NewMessage.java +++ b/src/java/com/juick/http/www/NewMessage.java @@ -49,7 +49,6 @@ public class NewMessage { + "<script src=\"http://static.juick.com/map.js?2010111500\" type=\"text/javascript\"></script>" + "<script src=\"http://static.juick.com/post3.js\" type=\"text/javascript\"></script>"); PageTemplates.pageNavigation(out, locale, visitor); - PageTemplates.pageTitle(out, rbnm.getString("New message")); out.println("<div id=\"wrapper\"><div id=\"content\" class=\"pagetext\">"); out.println("<form action=\"/post\" method=\"post\" id=\"postmsg\" enctype=\"multipart/form-data\">"); |