diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-02-21 20:30:44 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-02-21 20:30:44 +0100 |
commit | cacfe3a360988a3fd7bef57706674ea4a007f047 (patch) | |
tree | 901a93acfffa63d22e9d7f45b59a8ca8a4e69e18 /core/templates | |
parent | 8b17f0d2244c4703b142838cfe94dd63503c8d3f (diff) | |
download | nextcloud-server-cacfe3a360988a3fd7bef57706674ea4a007f047.tar.gz nextcloud-server-cacfe3a360988a3fd7bef57706674ea4a007f047.zip |
Fix more templates
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 0d274f0f881..616ca1f47da 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -31,7 +31,7 @@ script('core', [ <p><?php p($l->t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.'));?><br> <?php print_unescaped($l->t( 'For information how to properly configure your server, please see the <a href="%s" target="_blank" rel="noreferrer noopener">documentation</a>.', - link_to_docs('admin-install') + [link_to_docs('admin-install')] )); ?></p> </fieldset> <?php endif; ?> |