From f188e02a5d2f93ecfd8fe34c2ff9230e4cb1655a Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Fri, 7 Aug 2009 15:49:36 +0000
Subject: [PATCH] move css include up to possibly reduce servlet borkage

---
 apps/routerconsole/jsp/index.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/routerconsole/jsp/index.jsp b/apps/routerconsole/jsp/index.jsp
index e389bb15b1..3056741e63 100644
--- a/apps/routerconsole/jsp/index.jsp
+++ b/apps/routerconsole/jsp/index.jsp
@@ -3,9 +3,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html><head>
+<%@include file="css.jsp" %>
 <title>I2P Router Console - home</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<%@include file="css.jsp" %>
 <link rel="shortcut icon" href="/themes/console/images/favicon.ico" />
 </head><body>
 <%
-- 
GitLab