diff --git a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java index fec307ea75..5032e70480 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java @@ -2229,7 +2229,7 @@ public class I2PSnarkServlet extends BasicServlet { //String newFile = req.getParameter("newFile"); //if ( (newFile == null) || (newFile.trim().length() <= 0) ) newFile = ""; - out.write("
\n" + + out.write("
\n" + // *not* enctype="multipart/form-data", so that the input type=file sends the filename, not the file "
\n"); writeHiddenInputs(out, req, "Add"); @@ -2273,7 +2273,7 @@ public class I2PSnarkServlet extends BasicServlet { } private void writeSeedForm(PrintWriter out, HttpServletRequest req, List sortedTrackers) throws IOException { - out.write("
\n" + + out.write("
\n" + // *not* enctype="multipart/form-data", so that the input type=file sends the filename, not the file "\n"); writeHiddenInputs(out, req, "Create");