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-07 16:59:28 +0200
commitc46006934c71888fe5c8ed8990b814eb80c68cf6 (patch)
treef7420689cb739f8f3bcffde37bf94cfebded7f3c /settings
parente76b867c2c4704e6c760b80bcb9ac1354c29f54e (diff)
downloadnextcloud-server-c46006934c71888fe5c8ed8990b814eb80c68cf6.tar.gz
nextcloud-server-c46006934c71888fe5c8ed8990b814eb80c68cf6.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/settings/admin/encryption.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings/admin/encryption.php b/settings/templates/settings/admin/encryption.php
index 1d956a8f7c1..8fc4e9ae13b 100644
--- a/settings/templates/settings/admin/encryption.php
+++ b/settings/templates/settings/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']) {