summaryrefslogtreecommitdiff
path: root/app/Http
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http')
-rw-r--r--app/Http/RequestHandlers/LoginPage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/RequestHandlers/LoginPage.php b/app/Http/RequestHandlers/LoginPage.php
index 584a3cdb6f..9976f3447c 100644
--- a/app/Http/RequestHandlers/LoginPage.php
+++ b/app/Http/RequestHandlers/LoginPage.php
@@ -95,7 +95,7 @@ class LoginPage implements RequestHandlerInterface
}
if (Site::getPreference('USE_REGISTRATION_MODULE') === '1') {
- $welcome .= ' ' . I18N::translate('You can apply for an account using the link below.');
+ $welcome .= '<br>' . I18N::translate('You can apply for an account using the link below.');
}
$can_register = Site::getPreference('USE_REGISTRATION_MODULE') === '1';