forked from I2P_Developers/i2p.i2p
HTML fix
This commit is contained in:
@ -1464,7 +1464,7 @@ public class I2PSnarkServlet extends Default {
|
|||||||
}
|
}
|
||||||
out.write("<tr><td>");
|
out.write("<tr><td>");
|
||||||
out.write(_("I2CP options"));
|
out.write(_("I2CP options"));
|
||||||
out.write(": <td><textarea name=\"i2cpOpts\" cols=\"60\" rows=\"1\" wrap=\"off\" spellcheck=\"false\" >"
|
out.write(": <td><textarea name=\"i2cpOpts\" cols=\"60\" rows=\"1\" style=\"whitespace:nowrap\" spellcheck=\"false\" >"
|
||||||
+ opts.toString() + "</textarea><br>\n" +
|
+ opts.toString() + "</textarea><br>\n" +
|
||||||
|
|
||||||
"<tr><td> <td><input type=\"submit\" class=\"accept\" value=\"");
|
"<tr><td> <td><input type=\"submit\" class=\"accept\" value=\"");
|
||||||
|
Reference in New Issue
Block a user