Author: nextgens
Date: 2006-08-19 16:19:36 +0000 (Sat, 19 Aug 2006)
New Revision: 10208
Modified:
trunk/freenet/src/freenet/clients/http/ConfigToadlet.java
Log:
^^-^^ doh
Modified: trunk/freenet/src/freenet/clients/http/ConfigToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/ConfigToadlet.java 2006-08-19
15:18:07 UTC (rev 10207)
+++ trunk/freenet/src/freenet/clients/http/ConfigToadlet.java 2006-08-19
16:19:36 UTC (rev 10208)
@@ -123,6 +123,7 @@
for(int i=0; i<sc.length;i++){
navigationContent.addChild("li").addChild("a",
"href", "#"+sc[i].getPrefix(), sc[i].getPrefix());
}
+ contentNode.addChild(navigationBar);
}
HTMLNode infobox = contentNode.addChild("div", "class",
"infobox infobox-normal");