From: Lukas Reschke Date: Wed, 16 Apr 2014 19:10:14 +0000 (+0200) Subject: Link to previous directory X-Git-Tag: v7.0.0alpha2~396^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=81c23b02da5eff64a769e3b683a2e581775c49e7;p=nextcloud-server.git Link to previous directory --- diff --git a/lib/private/files.php b/lib/private/files.php index e6135c4329f..152595ba697 100644 --- a/lib/private/files.php +++ b/lib/private/files.php @@ -231,7 +231,7 @@ class OC_Files { OC_Template::printErrorPage( $l->t('ZIP download is turned off.'), $l->t('Files need to be downloaded one by one.') - . '
' . $l->t('Back to Files') . '' + . '
' . $l->t('Back to Files') . '' ); exit; } @@ -258,7 +258,7 @@ class OC_Files { OC_Template::printErrorPage( $l->t('Selected files too large to generate zip file.'), $l->t('Please download the files separately in smaller chunks or kindly ask your administrator.') - . '
' . $l->t('Back to Files') . '' + . '
' . $l->t('Back to Files') . '' ); exit; }