From cacfe3a360988a3fd7bef57706674ea4a007f047 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 21 Feb 2018 20:30:44 +0100 Subject: Fix more templates Signed-off-by: Roeland Jago Douma --- core/templates/installation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', [

t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.'));?>
t( 'For information how to properly configure your server, please see the documentation.', - link_to_docs('admin-install') + [link_to_docs('admin-install')] )); ?>

-- cgit v1.2.3