[freenet-cvs] r19707 - trunk/freenet/src/freenet/clients/http

toad at freenetproject.org toad at freenetproject.org
Sat May 3 16:55:53 UTC 2008


Author: toad
Date: 2008-05-03 16:55:52 +0000 (Sat, 03 May 2008)
New Revision: 19707

Modified:
   trunk/freenet/src/freenet/clients/http/ConfigToadlet.java
Log:
indenting

Modified: trunk/freenet/src/freenet/clients/http/ConfigToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/ConfigToadlet.java	2008-05-03 16:55:22 UTC (rev 19706)
+++ trunk/freenet/src/freenet/clients/http/ConfigToadlet.java	2008-05-03 16:55:52 UTC (rev 19707)
@@ -139,7 +139,8 @@
 		HTMLNode pageNode = ctx.getPageMaker().getPageNode(L10n.getString("ConfigToadlet.fullTitle", new String[] { "name" }, new String[] { node.getMyName() }), ctx);
 		HTMLNode contentNode = ctx.getPageMaker().getContentNode(pageNode);
 		
-			contentNode.addChild(core.alerts.createSummary());
+		contentNode.addChild(core.alerts.createSummary());
+		
 		if(advancedModeEnabled){
 			HTMLNode navigationBar = ctx.getPageMaker().getInfobox("navbar", l10n("configNavTitle"));
 			HTMLNode navigationContent = ctx.getPageMaker().getContentNode(navigationBar).addChild("ul");




More information about the cvs mailing list