mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
remove spaces and empty line
This commit is contained in:
parent
0893967588
commit
90fd8bab55
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue