Author: toad
Date: 2006-12-12 15:01:29 +0000 (Tue, 12 Dec 2006)
New Revision: 11357

Modified:
   trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
Log:
Formatting fix

Modified: trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java       
2006-12-12 14:57:37 UTC (rev 11356)
+++ trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java       
2006-12-12 15:01:29 UTC (rev 11357)
@@ -258,6 +258,7 @@
                                peerStatsListenOnlyListItem.addChild("span", 
new String[] { "class", "title", "style" }, new String[] { "peer_listen_only", 
"Not connected and listen only: this node won't try to connect to these peers 
at all because the user has set ListenOnly on them", "border-bottom: 1px 
dotted; cursor: help;" }, "Listen Only");
                                peerStatsListenOnlyListItem.addChild("span", 
":\u00a0" + numberOfListenOnly);
                        }
+            nextTableCell = advancedEnabled ? overviewTableRow.addChild("td") 
: overviewTableRow.addChild("td", "class", "last");

                        if(advancedEnabled) {



Reply via email to