Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/elements.php')
-rw-r--r--ncp-web/elements.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/ncp-web/elements.php b/ncp-web/elements.php
index 5800dedb..b1098c30 100644
--- a/ncp-web/elements.php
+++ b/ncp-web/elements.php
@@ -127,8 +127,7 @@ function print_config_forms( $l /* translations l10n object */ )
if (array_key_exists('app',$_GET) && $_GET['app'] == $ncp_app)
$hidden = '';
$ret .= <<<HTML
- <div id="$cfg[id]-config-box" class="$hidden">
- <br/>
+ <div id="$cfg[id]-config-box" class="content-box $hidden">
<h2 class="text-title">$cfg[description]</h2>
<div class="config-box-info-txt">$cfg[info]</div>
<a href="https://github.com/nextcloud/nextcloudpi/wiki/Configuration-Reference#$ncp_app" target="_blank">