From b09c6788a60b200234efec2ce6310a1583fa4cb3 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Tue, 4 Nov 2014 22:49:12 -0500 Subject: Issue #863594 by David_Rothstein, smussbach, mbrett5062: Fixed Strange first paragraph in the installer database error message. --- includes/install.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/install.inc b/includes/install.inc index 71de3e6cb..f13ee8ac2 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -420,7 +420,7 @@ abstract class DatabaseTasks { } } if (!empty($message)) { - $message = '

In order for Drupal to work, and to continue with the installation process, you must resolve all issues reported below. For more help with configuring your database server, see the installation handbook. If you are unsure what any of this means you should probably contact your hosting provider.

' . $message; + $message = 'Resolve all issues below to continue the installation. For help configuring your database server, see the installation handbook, or contact your hosting provider.' . $message; throw new DatabaseTaskException($message); } } -- cgit v1.2.3