I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 1afd946a authored by z3d's avatar z3d
Browse files

Close quotes on div to ensure buttons align to the right in configui.jsp.

parent d6820634
No related branches found
No related tags found
No related merge requests found
......@@ -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 { %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment