aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorFelix Niklas <mrflix@gmail.com>2013-10-10 23:10:06 +0200
committerFelix Niklas <mrflix@gmail.com>2013-10-10 23:10:06 +0200
commit01d3536a76a053aaae398fbc10ee6a1e61dc0898 (patch)
tree19af6cb6f6b16751da8a1b9dd74280f4eebc23e3 /settings
parent26c0007a5ff65a718abce63939b65de0cda9c7a1 (diff)
downloadnextcloud-server-01d3536a76a053aaae398fbc10ee6a1e61dc0898.tar.gz
nextcloud-server-01d3536a76a053aaae398fbc10ee6a1e61dc0898.zip
fix checkbox <-> label binding
clicking the label will trigger the checkbox
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 6450cd62d95..c4782606e28 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -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"');