From bef8fe0c8c603ccd13f8f30301ec2eeddf54c1d0 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Mon, 21 Nov 2011 15:28:19 +0000 Subject: [PATCH] spacing --- apps/routerconsole/jsp/configui.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/routerconsole/jsp/configui.jsp b/apps/routerconsole/jsp/configui.jsp index f2d9b81ee2..896c72774d 100644 --- a/apps/routerconsole/jsp/configui.jsp +++ b/apps/routerconsole/jsp/configui.jsp @@ -47,8 +47,8 @@ <% } %> <h3><%=uihelper._("Router Console Language")%></h3> <jsp:getProperty name="uihelper" property="langSettings" /> -<%=uihelper._("Please contribute to the router console translation project! Contact the developers in #i2p-dev on IRC to help.")%> -<hr><div class="formaction"> +<p><%=uihelper._("Please contribute to the router console translation project! Contact the developers in #i2p-dev on IRC to help.")%> +</p><hr><div class="formaction"> <input type="reset" value="<%=intl._("Cancel")%>" > <input type="submit" name="shouldsave" value="<%=intl._("Apply")%>" > </div></form></div> -- GitLab