I2PSnark: Tabs into spaces exercise. Release the kraken!
This commit is contained in:
@ -1186,7 +1186,6 @@ public class I2PSnarkServlet extends Default {
|
|||||||
out.write(": <td><textarea name=\"i2cpOpts\" cols=\"60\" rows=\"1\" wrap=\"off\" >"
|
out.write(": <td><textarea name=\"i2cpOpts\" cols=\"60\" rows=\"1\" wrap=\"off\" >"
|
||||||
+ opts.toString() + "</textarea><br>\n");
|
+ opts.toString() + "</textarea><br>\n");
|
||||||
|
|
||||||
|
|
||||||
out.write("<tr><td> <td><input type=\"submit\" value=\"");
|
out.write("<tr><td> <td><input type=\"submit\" value=\"");
|
||||||
out.write(_("Save configuration"));
|
out.write(_("Save configuration"));
|
||||||
out.write("\" name=\"foo\" >\n");
|
out.write("\" name=\"foo\" >\n");
|
||||||
@ -1442,11 +1441,8 @@ public class I2PSnarkServlet extends Default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
buf.append("</TABLE>\n");
|
buf.append("</TABLE>\n");
|
||||||
buf.append("</div></div></center></BODY></HTML>\n");
|
buf.append("</div></div></center></BODY></HTML>\n");
|
||||||
|
|
||||||
return buf.toString();
|
return buf.toString();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user