Author: volodya Date: 2006-09-15 11:24:59 +0000 (Fri, 15 Sep 2006) New Revision: 10477
Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java Log: Solves https://bugs.freenetproject.org/view.php?id=743 Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java =================================================================== --- trunk/freenet/src/freenet/clients/http/QueueToadlet.java 2006-09-14 21:43:30 UTC (rev 10476) +++ trunk/freenet/src/freenet/clients/http/QueueToadlet.java 2006-09-15 11:24:59 UTC (rev 10477) @@ -407,7 +407,7 @@ HTMLNode navigationContent = pageMaker.getContentNode(navigationBar).addChild("ul"); boolean includeNavigationBar = false; if (!completedDownloadToTemp.isEmpty()) { - navigationContent.addChild("li").addChild("a", "href", "#completedDownloads", "Completed downloads to temp"); + navigationContent.addChild("li").addChild("a", "href", "#completedDownloadToTemp", "Completed downloads to temp"); includeNavigationBar = true; } if (!completedDownloadToDisk.isEmpty()) {
