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 --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/base.php') diff --git a/lib/base.php b/lib/base.php index 7659148c140..faf7d9349aa 100644 --- a/lib/base.php +++ b/lib/base.php @@ -274,7 +274,7 @@ class OC { $l->t('Cannot write into "config" directory!'), $l->t('This can usually be fixed by ' . '%sgiving the webserver write access to the config directory%s.', - array('', '')) + array('', '')) ); } } -- cgit v1.2.3