forked from I2P_Developers/i2p.i2p
* Console: Fix HTML errors in
configpeer.jsp, configtunnels.jsp, configupdate.jsp
This commit is contained in:
@@ -82,7 +82,7 @@ public class ConfigUpdateHelper extends HelperBase {
|
||||
for (int i = 0; i < PERIODS.length; i++) {
|
||||
buf.append("<option value=\"").append(PERIODS[i]);
|
||||
if (PERIODS[i] == ms)
|
||||
buf.append("\" selected=\"true\"");
|
||||
buf.append("\" selected=\"true");
|
||||
|
||||
if (PERIODS[i] == -1)
|
||||
buf.append("\">" + _("Never") + "</option>\n");
|
||||
|
||||
Reference in New Issue
Block a user