summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-07-07 14:30:22 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-07-10 11:02:16 +0200
commit0a71c1ccd37e1d55c9496ed4ef29dfef2525a508 (patch)
treece7a38949b473dd29d332a89da8c3b750cbfae8f /settings
parent28a37f04dc6337efe5afced170627e94b59c5234 (diff)
downloadnextcloud-server-0a71c1ccd37e1d55c9496ed4ef29dfef2525a508.tar.gz
nextcloud-server-0a71c1ccd37e1d55c9496ed4ef29dfef2525a508.zip
fix alignment of radio button and its label in encryption settings
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin/encryption.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin/encryption.php b/settings/templates/admin/encryption.php
index 1d956a8f7c1..8fc4e9ae13b 100644
--- a/settings/templates/admin/encryption.php
+++ b/settings/templates/admin/encryption.php
@@ -63,7 +63,7 @@
<h3><?php p($l->t('Select default encryption module:')) ?></h3>
<fieldset id='encryptionModules'>
<?php foreach ($_['encryptionModules'] as $id => $module): ?>
- <input type="radio" id="<?php p($id) ?>"
+ <input type="radio" id="<?php p($id) ?>" class="radio"
name="default_encryption_module"
value="<?php p($id) ?>"
<?php if ($module['default']) {