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

Skip to content
Snippets Groups Projects
Commit 2dc37981 authored by zzz's avatar zzz
Browse files

drop 2 extra lines only in the iframe

parent b045fb3a
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<% <%
// d and shutdownSoon defined above // d and shutdownSoon defined above
if (!shutdownSoon) { if (!shutdownSoon) {
out.print("<hr><div class=\"refresh\"><form action=\"summaryframe.jsp\" method=\"GET\">\n"); out.print("<div class=\"refresh\"><form action=\"summaryframe.jsp\" method=\"GET\">\n");
if ("0".equals(d)) { if ("0".equals(d)) {
out.print("<b>"); out.print("<b>");
out.print(intl._("Refresh (s)")); out.print(intl._("Refresh (s)"));
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
out.print(intl._("Disable {0}s Refresh", d)); out.print(intl._("Disable {0}s Refresh", d));
out.print("</button></div>\n"); out.print("</button></div>\n");
} }
out.print("</form><hr>\n"); out.print("</form>\n");
} }
%> %>
</div></body></html> </div></body></html>
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