summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php2
-rw-r--r--settings/templates/personal.php4
2 files changed, 2 insertions, 4 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 4afcf539ea3..d51a22b72a4 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -179,7 +179,7 @@ if (!$_['internetconnectionworking']) {
<table>
<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"');
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index d10413dac3d..1be7be578d3 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -113,9 +113,7 @@ if($_['passwordChangeSupported']) {
<?php p($language['name']);?>
</option>
<?php endforeach;?>
- <optgroup label="––––––––––">
- <option class="languagedivider">-</option>
- </optgroup>
+ <optgroup label="––––––––––"></optgroup>
<?php foreach($_['languages'] as $language):?>
<option value="<?php p($language['code']);?>">
<?php p($language['name']);?>