From 3309b53401b4647e00ca8d7a96f6f221538ceb74 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Wed, 29 Dec 2010 13:12:35 +0000 Subject: [PATCH] fix validation errors --- apps/routerconsole/jsp/configreseed.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/routerconsole/jsp/configreseed.jsp b/apps/routerconsole/jsp/configreseed.jsp index 1aedb4f537..15513c5483 100644 --- a/apps/routerconsole/jsp/configreseed.jsp +++ b/apps/routerconsole/jsp/configreseed.jsp @@ -28,8 +28,8 @@ System.setProperty("net.i2p.router.web.ConfigReseedHandler.nonce", new java.util.Random().nextLong()+""); %> <input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigReseedHandler.nonce")%>" > <h3><%=intl._("Reseeding Configuration")%></h3> -<p><%=intl._("Reeseeding is the bootstrapping process used to find other routers when you first install I2P, or when your router has too few router references remaining.")%></b> -<%=intl._("If reseeding has failed, you should first check your network connection.")%></b> +<p><%=intl._("Reeseeding is the bootstrapping process used to find other routers when you first install I2P, or when your router has too few router references remaining.")%> +<%=intl._("If reseeding has failed, you should first check your network connection.")%> <p><b><%=intl._("The default settings will work for most people.")%></b> <%=intl._("Change these only if HTTP is blocked by a restrictive firewall, reseed has failed, and you have access to an HTTP proxy.")%> <%=intl._("See {0} for instructions on reseeding manually.", "<a href=\"http://www.i2p2.de/faq.html#manual_reseed\">" + intl._("the FAQ") + "</a>")%> @@ -43,7 +43,7 @@ <%=intl._("Use SSL only")%> <input type="radio" class="optbox" name="mode" value="2" <%=reseedHelper.modeChecked(2) %> > <%=intl._("Use non-SSL only")%></td></tr> -<tr><td class="mediumtags" align="right"><b><%=intl._("Reseed URLs")%></td> +<tr><td class="mediumtags" align="right"><b><%=intl._("Reseed URLs")%></b></td> <td><textarea name="reseedURL" wrap="off"><jsp:getProperty name="reseedHelper" property="reseedURL" /></textarea></td></tr> <tr><td class="mediumtags" align="right"><b><%=intl._("Enable HTTP proxy (not used for SSL)")%></b></td> <td><input type="checkbox" class="optbox" name="enable" value="true" <jsp:getProperty name="reseedHelper" property="enable" /> ></td></tr> @@ -56,4 +56,4 @@ <input type="submit" name="foo" value="<%=intl._("Cancel")%>" /> <input type="submit" name="action" value="<%=intl._("Save Configuration and Reseed Now")%>" /> <input type="submit" name="action" value="<%=intl._("Save Configuration")%>" /> -</form></div></div></body></html> +</div></form></div></div></body></html> -- GitLab