summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-10 14:31:34 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-10 16:17:54 +0100
commit824205f86057b46d7189efbd4158b585b98ba49a (patch)
tree629b7ad02c67508253b770546df9ab7963c0817d /settings
parent4fcad83a06d9b55773e10369749276b4688b0132 (diff)
downloadnextcloud-server-824205f86057b46d7189efbd4158b585b98ba49a.tar.gz
nextcloud-server-824205f86057b46d7189efbd4158b585b98ba49a.zip
use new checkbox style for Apps mgmt settings
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 7e6c151fa65..d862684be3f 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -137,7 +137,7 @@ script(
</div>
<div id="app-settings-content" class="apps-experimental">
- <input type="checkbox" id="enable-experimental-apps" <?php if($_['experimentalEnabled']) { print_unescaped('checked="checked"'); }?>>
+ <input type="checkbox" id="enable-experimental-apps" <?php if($_['experimentalEnabled']) { print_unescaped('checked="checked"'); }?> class="checkbox">
<label for="enable-experimental-apps"><?php p($l->t('Enable experimental apps')) ?></label>
<p>
<small>