From 0173f5877bf9d94ff9b89cac82ce1eb902e3a8db Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Wed, 15 Jul 2009 03:42:37 +0000
Subject: [PATCH] More .jsp meddling.

---
 apps/routerconsole/jsp/config.jsp | 2 ++
 apps/routerconsole/jsp/help.jsp   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp
index e9427c1592..325725cf57 100644
--- a/apps/routerconsole/jsp/config.jsp
+++ b/apps/routerconsole/jsp/config.jsp
@@ -154,6 +154,7 @@
  </p>
  <input type="submit" name="save" value="Save changes" /> <input type="reset" value="Cancel" /><br />
 <h3><a name="chelp">Configuration Help:</a></h3>
+ <div align="justify">
  <p>
  While I2P will work fine behind most firewalls, your speeds and network integration will generally improve
  if the I2P port (generally 8887) is forwarded for both UDP and TCP.
@@ -246,6 +247,7 @@
      Stop the conflicting program and restart I2P.
  </ul>
  </p>
+</div>
  <hr />
 <!--
  <b>Dynamic Router Keys: </b>
diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp
index 2a19b01487..f4fcb2831a 100644
--- a/apps/routerconsole/jsp/help.jsp
+++ b/apps/routerconsole/jsp/help.jsp
@@ -91,7 +91,7 @@ or external programs connecting through SAM, BOB, or directly to I2CP.
 <h3>Tunnels in/out</h3><div align="justify">
 The actual tunnels are shown on the <a href="tunnels.jsp">the tunnels page</a>.</div><br>
 <ul>
-<li class="tidylist"><b>Exploratory:</b><div align="justify">
+<li class="tidylist"><div align="justify"><b>Exploratory:</b>
 Tunnels built by your router and used for communication with the floodfill peers,
 building new tunnels, and testing existing tunnels.</div>
 <li class="tidylist"><b>Client:</b>
-- 
GitLab