From: Philipp Date: Sat, 27 Mar 2021 12:59:32 +0000 (+0100) Subject: Add EOL to help string X-Git-Tag: 2021.04~48^2~2 X-Git-Url: https://reisub.nsupdate.info/git/?a=commitdiff_plain;h=3327e6d979771a53f774d50d38a70285ac01a4ba;p=friendica.git%2F.git Add EOL to help string --- diff --git a/src/Core/Installer.php b/src/Core/Installer.php index 58cd713435..de75aa374f 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -562,7 +562,7 @@ class Installer if ($fetchResult->getReturnCode() != 204) { $status = false; - $help = DI::l10n()->t('Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-dist to .htaccess.'); + $help = DI::l10n()->t('Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-dist to .htaccess.') . EOL; $help .= DI::l10n()->t('In some circumstances (like running inside containers), you can skip this error.'); $error_msg = []; $error_msg['head'] = DI::l10n()->t('Error message from Curl when fetching');