diff options
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 94df359b052..5ee0147fbcb 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -153,7 +153,7 @@ if (!$_['internetconnectionworking']) { echo $l->t('Please connect to this ownCloud instance via HTTPS to enable or disable the SSL enforcement.'); echo "</em>"; } - ?></em> + ?> </td> </tr> </table> |