From eb324d7652e5149a19368c1dbe9c82c5dae821a5 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Mon, 29 Jun 2009 04:50:16 +0000 Subject: [PATCH] remove trailing newline (again) --- apps/routerconsole/jsp/viewtheme.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/jsp/viewtheme.jsp b/apps/routerconsole/jsp/viewtheme.jsp index 2a0085e00a..1f7976d2be 100644 --- a/apps/routerconsole/jsp/viewtheme.jsp +++ b/apps/routerconsole/jsp/viewtheme.jsp @@ -21,4 +21,4 @@ response.setHeader("Cache-Control", "max-age=86400"); // cache for a day String base = net.i2p.I2PAppContext.getGlobalContext().getBaseDir().getAbsolutePath() + java.io.File.separatorChar + "docs"; net.i2p.util.FileUtil.readFile(uri, base, response.getOutputStream()); -%> +%> \ No newline at end of file -- GitLab