diff --git a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java index 21d1edc27..9e1bf8f07 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java @@ -711,7 +711,7 @@ public class I2PSnarkServlet extends HttpServlet { out.write("Configuration:
\n"); out.write("Data directory: (Edit i2psnark.config and restart to change)
\n"); - out.write("Auto start: "); //Auto add: @@ -738,7 +738,7 @@ public class I2PSnarkServlet extends HttpServlet { out.write("Up bandwidth limit: KBps (Half available bandwidth recommended.)
\n"); - out.write("Use open trackers also: "); out.write("Announce URLs: \n"); + buf.append("\n"); buf.append("\n"); List clients = ClientAppConfig.getClientApps(_context); @@ -30,7 +30,7 @@ public class ConfigClientsHelper extends HelperBase { public String getForm2() { StringBuilder buf = new StringBuilder(1024); - buf.append("
ClientRun at Startup?Start NowClass and arguments
\n"); + buf.append("
\n"); buf.append("\n"); Properties props = RouterConsoleRunner.webAppProperties(); Set keys = new TreeSet(props.keySet()); @@ -56,7 +56,7 @@ public class ConfigClientsHelper extends HelperBase { } else { buf.append(name); } - buf.append("
WebAppRun at Startup?Start NowDescription
").append(theme).append("
\n"); diff --git a/apps/routerconsole/java/src/net/i2p/router/web/ConfigUpdateHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/ConfigUpdateHelper.java index d67f63bfa..5d03d9024 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/ConfigUpdateHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/ConfigUpdateHelper.java @@ -42,10 +42,10 @@ public class ConfigUpdateHelper extends HelperBase { public String getUpdateThroughProxy() { String proxy = _context.getProperty(ConfigUpdateHandler.PROP_SHOULD_PROXY, ConfigUpdateHandler.DEFAULT_SHOULD_PROXY); if (Boolean.valueOf(proxy).booleanValue()) - return ""; + return ""; else - return ""; + return ""; } private static final long PERIODS[] = new long[] { 12*60*60*1000l, 24*60*60*1000l, 48*60*60*1000l, -1l }; diff --git a/apps/routerconsole/java/src/net/i2p/router/web/GraphHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/GraphHelper.java index 2ab03ed58..037ca17af 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/GraphHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/GraphHelper.java @@ -109,8 +109,8 @@ public class GraphHelper extends HelperBase { _out.write("

[Select Stats to Graph]

"); _out.write("

"); _out.write("Periods:
\n"); - _out.write("Plot averages: "); - _out.write("or plot events:
\n"); + _out.write("Plot averages: "); + _out.write("or plot events:
\n"); _out.write("Image sizes: width: pixels, height:
\n"); diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp index 1cf5da92c..d19742e14 100644 --- a/apps/routerconsole/jsp/config.jsp +++ b/apps/routerconsole/jsp/config.jsp @@ -59,7 +59,7 @@ out.print("It improves your anonymity by creating cover traffic, and helps the network.
"); } else { out.print("You have configured I2P to share " + share + "KBps. "); - out.print("The higher the share bandwidth the more you improve your anonymity and help the network.
"); + out.print("The higher the share bandwidth the more you improve your anonymity and help the network.
"); } %>

@@ -67,7 +67,7 @@