From 2e2bff3f0aa06e31aa1c85b53434eef60c8478aa Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 27 Aug 2009 19:43:57 +0000 Subject: [PATCH] fix the favicon again --- apps/routerconsole/jsp/css.jsp | 2 +- apps/routerconsole/jsp/error.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/routerconsole/jsp/css.jsp b/apps/routerconsole/jsp/css.jsp index 422d1329c..ed8675030 100644 --- a/apps/routerconsole/jsp/css.jsp +++ b/apps/routerconsole/jsp/css.jsp @@ -22,7 +22,7 @@ } %> - + " /> console.css" rel="stylesheet" type="text/css"> diff --git a/apps/routerconsole/jsp/error.jsp b/apps/routerconsole/jsp/error.jsp index 017efaa34..3628a0c15 100644 --- a/apps/routerconsole/jsp/error.jsp +++ b/apps/routerconsole/jsp/error.jsp @@ -14,7 +14,7 @@ %> I2P Router Console <%@include file="css.jsp" %> - + <% if (System.getProperty("router.consoleNonce") == null) { System.setProperty("router.consoleNonce", new java.util.Random().nextLong() + "");