aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-11 14:43:56 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-01-11 14:43:56 +0100
commitffbf273c9a0a7093fc1ec7291df39db3ad288cd1 (patch)
tree1ab92eaf59b660a0630dc313132278ae99441bfc /settings
parent466cdab680d74cad2cbb902efa3e3c2f9e35f767 (diff)
downloadnextcloud-server-ffbf273c9a0a7093fc1ec7291df39db3ad288cd1.tar.gz
nextcloud-server-ffbf273c9a0a7093fc1ec7291df39db3ad288cd1.zip
Removed uneeded HTML tag
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 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>