From 7bf8b46049841f9937f427c44139f28c15e9c825 Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 23 Feb 2011 19:34:52 +0000 Subject: [PATCH] fix html error --- apps/routerconsole/jsp/summaryframe.jsp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/routerconsole/jsp/summaryframe.jsp b/apps/routerconsole/jsp/summaryframe.jsp index 4b8d6b69e..e59fbd44f 100644 --- a/apps/routerconsole/jsp/summaryframe.jsp +++ b/apps/routerconsole/jsp/summaryframe.jsp @@ -59,7 +59,6 @@ out.print(": \n"); out.print("\n"); } else { // this will load in the iframe but subsequent pages will not have the iframe out.print("\n"); @@ -70,9 +69,8 @@ } catch (NumberFormatException nfe) {} String refreshTime = net.i2p.data.DataHelper.formatDuration2(refreshMS); out.print(intl._("Disable {0} Refresh", refreshTime)); - out.print("\n"); } - out.print("\n"); + out.print("\n"); } %>