summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authortflidd <tflidd@aspekte.net>2015-09-07 10:05:25 +0200
committertflidd <tflidd@aspekte.net>2015-09-07 10:05:25 +0200
commit90fd8bab557518ccbb3f2ca346aabdbbd3eaaa02 (patch)
tree116612fcd9d68b6210e416284f1fa2ad1f476205 /settings
parent089396758849ea26eb512c72065aee77c8b99c99 (diff)
downloadnextcloud-server-90fd8bab557518ccbb3f2ca346aabdbbd3eaaa02.tar.gz
nextcloud-server-90fd8bab557518ccbb3f2ca346aabdbbd3eaaa02.zip
remove spaces and empty line
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 4ce3e7bcb78..75b7161142f 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -73,8 +73,7 @@ if ($_['getenvServerNotWorking']) {
?>
<li>
<?php p($l->t('php does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.')); ?><br>
- <?php print_unescaped($l->t('Please check the <a target="_blank" href="%s">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm.', link_to_docs('admin-php-fpm'))); ?>
-
+ <?php print_unescaped($l->t('Please check the <a target="_blank" href="%s">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm.', link_to_docs('admin-php-fpm'))); ?>
</li>
<?php
}