mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
fix checkbox <-> label binding
clicking the label will trigger the checkbox
This commit is contained in:
parent
26c0007a5f
commit
01d3536a76
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ if (!$_['internetconnectionworking']) {
|
|||
<table class="nostyle">
|
||||
<tr>
|
||||
<td id="enable">
|
||||
<input type="checkbox" name="forcessl" id="enforceHTTPSEnabled"
|
||||
<input type="checkbox" name="forcessl" id="forcessl"
|
||||
<?php if ($_['enforceHTTPSEnabled']) {
|
||||
print_unescaped('checked="checked" ');
|
||||
print_unescaped('value="false"');
|
||||
|
|
|
|||
Loading…
Reference in a new issue