From 4a74bd0fe7c36509d44e86f996d90fdd855b1eb8 Mon Sep 17 00:00:00 2001 From: kytv Date: Thu, 1 Mar 2012 19:02:32 +0000 Subject: [PATCH] HTML fixes --- .../java/src/org/klomp/snark/web/I2PSnarkServlet.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 7f3839ec9..f80409ccd 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java @@ -1356,7 +1356,7 @@ public class I2PSnarkServlet extends Default { out.write(Integer.toString(times[i])); out.write("\""); if (times[i] == delay) - out.write(" selected=\"true\""); + out.write(" selected=\"selected\""); out.write(">"); if (times[i] > 0) out.write(DataHelper.formatDuration2(times[i] * 1000)); @@ -1379,15 +1379,15 @@ public class I2PSnarkServlet extends Default { /* out.write("Seed percentage:
\n"); @@ -1574,7 +1574,7 @@ public class I2PSnarkServlet extends Default { for (int i = min; i <= max; i++) { buf.append("\n");