Author: batosai
Date: 2008-08-14 20:09:35 +0000 (Thu, 14 Aug 2008)
New Revision: 21865

Modified:
   trunk/apps/WoT/src/plugins/WoT/WebInterface.java
Log:
Damn, I'm tired !

Modified: trunk/apps/WoT/src/plugins/WoT/WebInterface.java
===================================================================
--- trunk/apps/WoT/src/plugins/WoT/WebInterface.java    2008-08-14 20:03:23 UTC 
(rev 21864)
+++ trunk/apps/WoT/src/plugins/WoT/WebInterface.java    2008-08-14 20:09:35 UTC 
(rev 21865)
@@ -113,7 +113,6 @@
                createForm.addChild("span", new String[] {"title", "style"}, 
new String[] { "No spaces or special characters.", "border-bottom: 1px dotted; 
cursor: help;"} , "NickName : ");
                createForm.addChild("input", new String[] {"type", "name", 
"size"}, new String[] {"text", "nickName", "30"});
                createForm.addChild("input", new String[] { "type", "name", 
"value" }, new String[] { "submit", "create", "Create a new identity !" });
-               System.out.println("6");

                contentNode.addChild(box);
                return pageNode.generate();


Reply via email to