last minute fixes

This commit is contained in:
zzz
2009-07-30 17:44:08 +00:00
parent 6e7ad3ecdb
commit ad6cd05295
3 changed files with 3 additions and 6 deletions

View File

@ -13,7 +13,6 @@
<title>Summary Bar</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<%
out.print("<center>\n");
// try hard to avoid an error page in the iframe after shutdown
String action = request.getParameter("action");
String d = request.getParameter("refresh");
@ -50,7 +49,6 @@
shutdownSoon = true;
}
}
out.print("</center>\n");
%>
<%@include file="css.jsp" %>
</head>