diff --git a/apps/routerconsole/jsp/viewtheme.jsp b/apps/routerconsole/jsp/viewtheme.jsp
index 2a0085e00ab0564f55d038df769b5f641904e160..1f7976d2beee1c478c204028ef735d316f6933c5 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