From 2dc3798116e7c20039b28c05380aecf0bc232f23 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 10 Nov 2009 01:23:14 +0000 Subject: [PATCH] drop 2 extra lines only in the iframe --- apps/routerconsole/jsp/summaryframe.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/routerconsole/jsp/summaryframe.jsp b/apps/routerconsole/jsp/summaryframe.jsp index 69139736a..4383b3b68 100644 --- a/apps/routerconsole/jsp/summaryframe.jsp +++ b/apps/routerconsole/jsp/summaryframe.jsp @@ -53,7 +53,7 @@ <% // d and shutdownSoon defined above if (!shutdownSoon) { - out.print("
\n"); + out.print("
\n"); if ("0".equals(d)) { out.print(""); out.print(intl._("Refresh (s)")); @@ -68,7 +68,7 @@ out.print(intl._("Disable {0}s Refresh", d)); out.print("
\n"); } - out.print("
\n"); + out.print("\n"); } %>