I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit eb324d76 authored by zzz's avatar zzz
Browse files

remove trailing newline (again)

parent 85adfc40
No related branches found
No related tags found
No related merge requests found
...@@ -21,4 +21,4 @@ response.setHeader("Cache-Control", "max-age=86400"); // cache for a day ...@@ -21,4 +21,4 @@ response.setHeader("Cache-Control", "max-age=86400"); // cache for a day
String base = net.i2p.I2PAppContext.getGlobalContext().getBaseDir().getAbsolutePath() + String base = net.i2p.I2PAppContext.getGlobalContext().getBaseDir().getAbsolutePath() +
java.io.File.separatorChar + "docs"; java.io.File.separatorChar + "docs";
net.i2p.util.FileUtil.readFile(uri, base, response.getOutputStream()); net.i2p.util.FileUtil.readFile(uri, base, response.getOutputStream());
%> %>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment