forked from I2P_Developers/i2p.i2p
HTML fix
This commit is contained in:
@@ -104,7 +104,7 @@ public class HomeHelper extends HelperBase {
|
|||||||
|
|
||||||
public String getConfigHome() {
|
public String getConfigHome() {
|
||||||
boolean oldHome = _context.getBooleanProperty(PROP_OLDHOME);
|
boolean oldHome = _context.getBooleanProperty(PROP_OLDHOME);
|
||||||
return oldHome ? "checked=\"true\"" : "";
|
return oldHome ? "checked=\"checked\"" : "";
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getProxyStatus() {
|
public String getProxyStatus() {
|
||||||
|
Reference in New Issue
Block a user