Author: toad
Date: 2008-01-17 23:10:31 +0000 (Thu, 17 Jan 2008)
New Revision: 17119

Modified:
   trunk/freenet/src/freenet/clients/http/LocalFileInsertToadlet.java
Log:
fix formatting

Modified: trunk/freenet/src/freenet/clients/http/LocalFileInsertToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/LocalFileInsertToadlet.java  
2008-01-17 23:06:06 UTC (rev 17118)
+++ trunk/freenet/src/freenet/clients/http/LocalFileInsertToadlet.java  
2008-01-17 23:10:31 UTC (rev 17119)
@@ -126,7 +126,6 @@
                                if (currentFile.isDirectory()) {
                                        if (currentFile.canRead()) {
                                                HTMLNode cellNode = 
fileRow.addChild("td");
-                                               fileRow.addChild("td");
                                                HTMLNode formNode = 
toadletContext.addFormChild(cellNode, "/queue/", "insertLocalFileForm"); 
                                                formNode.addChild("input", new 
String[] { "type", "name", "value" }, new String[] { "hidden", "filename", 
currentFile.getAbsolutePath() });
                                                formNode.addChild("input", new 
String[] { "type", "name", "value" }, new String[] { "submit", 
"insert-local-dir", l10n("insert")});


Reply via email to