diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp index 443e8f708..c371624db 100644 --- a/apps/routerconsole/jsp/config.jsp +++ b/apps/routerconsole/jsp/config.jsp @@ -57,7 +57,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.
"); } %>

diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp index aa5a8395a..5e657bbc9 100644 --- a/apps/routerconsole/jsp/configclients.jsp +++ b/apps/routerconsole/jsp/configclients.jsp @@ -34,7 +34,7 @@ button span.hide{

All changes require restart to take effect. To change other client options, edit the clients.config file. -


+


WebApp Configuration

The Java web applications listed below are started by the webConsole client and run in the same JVM as the router. diff --git a/apps/routerconsole/jsp/configtunnels.jsp b/apps/routerconsole/jsp/configtunnels.jsp index 94647fef8..f9185a01a 100644 --- a/apps/routerconsole/jsp/configtunnels.jsp +++ b/apps/routerconsole/jsp/configtunnels.jsp @@ -38,5 +38,5 @@ Note - Exploratory tunnel setting changes are stored in the router.config file.
Client tunnel changes are temporary and are not saved.
To make permanent client tunnel changes see the i2ptunnel page.
-

+
diff --git a/apps/routerconsole/jsp/configupdate.jsp b/apps/routerconsole/jsp/configupdate.jsp index 4b2fd1b72..30bdab508 100644 --- a/apps/routerconsole/jsp/configupdate.jsp +++ b/apps/routerconsole/jsp/configupdate.jsp @@ -28,8 +28,8 @@

Check for I2P and news updates

- - + @@ -52,7 +52,7 @@ -
News: <% if ("true".equals(System.getProperty("net.i2p.router.web.UpdateHandler.updateInProgress", "false"))) { %> Update In Progress
<% } else { %> +
News & I2P Updates: <% if ("true".equals(System.getProperty("net.i2p.router.web.UpdateHandler.updateInProgress", "false"))) { %> Update In Progress
<% } else { %> <% } %>

News URL:
Unsigned Build URL: ">
+
diff --git a/installer/resources/themes/console/classic/default.css b/installer/resources/themes/console/classic/default.css index 36d191d51..efdfd191b 100644 --- a/installer/resources/themes/console/classic/default.css +++ b/installer/resources/themes/console/classic/default.css @@ -39,7 +39,7 @@ h4 { text-shadow: 0px 0px 1px rgba(32, 32, 192, 0.3); text-transform: uppercase; white-space: nowrap; - width: 772px; + width: 782px; letter-spacing: 0.09em; } @@ -66,6 +66,7 @@ textarea, input, select, button, a { button { float: none; + height: 20px !important; } textarea { @@ -121,7 +122,7 @@ hr { .control { margin: 2px; - padding: 0 0 4px 0; + padding: 2px; overflow: hidden; height: 20px; width: 60px; @@ -130,6 +131,7 @@ hr { color: #000; border: 1px outset #ddddc0; text-align: center; + vertical-align: middle; white-space: nowrap; } @@ -143,7 +145,7 @@ hr { } .panel { - width: 780px; + width: 790px; margin: 16px auto 16px auto; padding: 5px 10px; overflow: hidden; diff --git a/router/java/src/net/i2p/router/transport/udp/UDPTransport.java b/router/java/src/net/i2p/router/transport/udp/UDPTransport.java index da48ad7d7..d431913d1 100644 --- a/router/java/src/net/i2p/router/transport/udp/UDPTransport.java +++ b/router/java/src/net/i2p/router/transport/udp/UDPTransport.java @@ -1768,10 +1768,10 @@ public class UDPTransport extends TransportImpl implements TimedWeightedPriority int numPeers = 0; StringBuilder buf = new StringBuilder(512); - buf.append("

UDP connections: ").append(peers.size()); + buf.append("

UDP connections: ").append(peers.size()); buf.append(". Limit: ").append(getMaxConnections()); buf.append(". Timeout: ").append(DataHelper.formatDuration(_expireTimeout)); - buf.append(".

\n"); + buf.append(".

\n"); buf.append("
\n"); buf.append("
Peer"); if (sortFlags != FLAG_ALPHA)