Author: nextgens
Date: 2007-05-28 15:33:49 +0000 (Mon, 28 May 2007)
New Revision: 13382

Modified:
   trunk/freenet/src/freenet/clients/http/QueueToadlet.java
Log:
Fix a typo on the /queue/ page: the anchor wasn't working because of it

Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/QueueToadlet.java    2007-05-26 
01:14:38 UTC (rev 13381)
+++ trunk/freenet/src/freenet/clients/http/QueueToadlet.java    2007-05-28 
15:33:49 UTC (rev 13382)
@@ -520,7 +520,7 @@
                        includeNavigationBar = true;
                }
                if (!completedDirUpload.isEmpty()) {
-                       navigationContent.addChild("li").addChild("a", "href", 
"#completeDirUpload", L10n.getString("QueueToadlet.completedDU", new String[]{ 
"size" }, new String[]{ String.valueOf(completedDirUpload.size()) }));
+                       navigationContent.addChild("li").addChild("a", "href", 
"#completedDirUpload", L10n.getString("QueueToadlet.completedDU", new String[]{ 
"size" }, new String[]{ String.valueOf(completedDirUpload.size()) }));
                        includeNavigationBar = true;
                }
                if (!failedDownload.isEmpty()) {


Reply via email to