From 6ad957906e26b181e597abc25eeed0acebd43482 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 20 Mar 2016 11:38:14 +0100 Subject: Consistently use rel=noreferrer When linking to external entities we should consistently use rel=noreferrer --- core/templates/installation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/templates') diff --git a/core/templates/installation.php b/core/templates/installation.php index 191acf0b85d..7f179bfa5d6 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -30,7 +30,7 @@ script('core', [ t('Security warning'));?>

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.', + 'For information how to properly configure your server, please see the documentation.', link_to_docs('admin-install') )); ?>

@@ -85,7 +85,7 @@ script('core', [

t( 'Only %s is available.', array($label) )); ?> t( 'Install and activate additional PHP modules to choose other database types.' )); ?>
- + t( 'For more details check out the documentation.' )); ?> ↗

@@ -164,6 +164,6 @@ script('core', [

t('Need help?'));?> - t('See the documentation'));?> ↗ + t('See the documentation'));?> ↗

-- cgit v1.2.3