From: Arthur Schiwon Date: Sat, 9 Mar 2013 12:45:37 +0000 (+0100) Subject: remove remaining br-tags that do not belong here X-Git-Tag: v5.0.0~11^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=988a67fc9acfd280e8e96ac353ddfd89192dbab0;p=nextcloud-server.git remove remaining br-tags that do not belong here --- diff --git a/lib/util.php b/lib/util.php index 47c02074a8c..d8adfd99a47 100755 --- a/lib/util.php +++ b/lib/util.php @@ -211,7 +211,7 @@ class OC_Util { ."'chown -R www-data:www-data /path/to/your/owncloud/install/data' "); } } else if(!is_writable($CONFIG_DATADIRECTORY) or !is_readable($CONFIG_DATADIRECTORY)) { - $errors[]=array('error'=>'Data directory ('.$CONFIG_DATADIRECTORY.') not writable by ownCloud
', + $errors[]=array('error'=>'Data directory ('.$CONFIG_DATADIRECTORY.') not writable by ownCloud', 'hint'=>$permissionsHint); } else { $errors = array_merge($errors, self::checkDataDirectoryPermissions($CONFIG_DATADIRECTORY)); @@ -309,7 +309,7 @@ class OC_Util { clearstatcache(); $prems = substr(decoct(@fileperms($dataDirectory)), -3); if (substr($prems, 2, 1) != '0') { - $errors[] = array('error' => 'Data directory ('.$dataDirectory.') is readable for other users
', + $errors[] = array('error' => 'Data directory ('.$dataDirectory.') is readable for other users', 'hint' => $permissionsModHint); } }