Skip to content
Snippets Groups Projects
Commit 01de7b8b authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #9028 from owncloud/table-to-paragraph-layout-for-https

migrate table layout to paragraph layout for HTTPS setting
parents db9ac135 dc2212cd
Branches
No related tags found
No related merge requests found
......@@ -313,9 +313,7 @@ if (!$_['internetconnectionworking']) {
<div class="section" id="security">
<h2><?php p($l->t('Security'));?></h2>
<table>
<tr>
<td id="enable">
<p>
<input type="checkbox" name="forcessl" id="forcessl"
<?php if ($_['enforceHTTPSEnabled']) {
print_unescaped('checked="checked" ');
......@@ -339,9 +337,7 @@ if (!$_['internetconnectionworking']) {
print_unescaped("</em>");
}
?>
</td>
</tr>
</table>
</p>
</div>
<div class="section"><form id="mail_settings">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment