]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix checkbox <-> label binding
authorFelix Niklas <mrflix@gmail.com>
Thu, 10 Oct 2013 21:10:06 +0000 (23:10 +0200)
committerFelix Niklas <mrflix@gmail.com>
Thu, 10 Oct 2013 21:10:06 +0000 (23:10 +0200)
clicking the label will trigger the checkbox

settings/templates/admin.php

index 6450cd62d9518628b738800c9c2bf84d46089c11..c4782606e284a830a07d11b1d57285b6aaadb6e3 100644 (file)
@@ -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"');