summaryrefslogtreecommitdiffstatshomepage
path: root/core/includes/errors.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/includes/errors.inc')
-rw-r--r--core/includes/errors.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/includes/errors.inc b/core/includes/errors.inc
index d82ed9bdd165..2fd625802cf9 100644
--- a/core/includes/errors.inc
+++ b/core/includes/errors.inc
@@ -262,7 +262,7 @@ function _drupal_log_error($error, $fatal = FALSE): void {
// We fallback to a maintenance page at this point, because the page
// generation itself can generate errors.
// Should not translate the string to avoid errors producing more errors.
- $message = 'The website encountered an unexpected error. Try again later.' . '<br />' . $message;
+ $message = 'The website encountered an unexpected error. Try again later.<br />' . $message;
if ($is_installer) {
// install_display_output() prints the output and ends script execution.