From d3a0c913981a4b1d731c4f6718a6f25e086a0daf Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 8 Aug 2009 17:11:05 +0000 Subject: [PATCH] more possible bork prevention --- 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 9532602fa..42647fc46 100644 --- a/apps/routerconsole/jsp/summaryframe.jsp +++ b/apps/routerconsole/jsp/summaryframe.jsp @@ -1,15 +1,14 @@ <%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> - <% /* * All links in the summary bar must have target="_top" * so they don't load in the iframe */ %> - +<%@include file="css.jsp" %> Summary Bar <% @@ -50,7 +49,6 @@ } } %> -<%@include file="css.jsp" %>