This commit is contained in:
zzz
2015-11-28 12:56:57 +00:00
parent 415b51bc49
commit 7b83e23269

View File

@ -104,7 +104,7 @@ public class HomeHelper extends HelperBase {
public String getConfigHome() {
boolean oldHome = _context.getBooleanProperty(PROP_OLDHOME);
return oldHome ? "checked=\"true\"" : "";
return oldHome ? "checked=\"checked\"" : "";
}
public String getProxyStatus() {