From 1afd946a9410115243f7c773a9d0734b900ac285 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Sat, 1 Aug 2009 01:36:59 +0000
Subject: [PATCH] Close quotes on div to ensure buttons align to the right in
 configui.jsp.

---
 apps/routerconsole/jsp/configui.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/routerconsole/jsp/configui.jsp b/apps/routerconsole/jsp/configui.jsp
index c8a28956a4..f918bd5b59 100644
--- a/apps/routerconsole/jsp/configui.jsp
+++ b/apps/routerconsole/jsp/configui.jsp
@@ -34,7 +34,7 @@
  <input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigUIHandler.nonce")%>" />
  <input type="hidden" name="action" value="blah" />
  <jsp:getProperty name="uihelper" property="settings" />
-<hr><div class="formaction> 	
+<hr><div class="formaction"> 	
 <input type="submit" name="shouldsave" value="Apply" /> <input type="reset" value="Cancel" />
 </form></div>
 <% } else { %>
-- 
GitLab