Skip to content

Commit b09c678

Browse files
Issue #863594 by David_Rothstein, smussbach, mbrett5062: Fixed Strange first paragraph in the installer database error message.
1 parent df8de73 commit b09c678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/install.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ abstract class DatabaseTasks {
420420
}
421421
}
422422
if (!empty($message)) {
423-
$message = '<p>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 <a href="http://drupal.org/getting-started/install">installation handbook</a>. If you are unsure what any of this means you should probably contact your hosting provider.</p>' . $message;
423+
$message = 'Resolve all issues below to continue the installation. For help configuring your database server, see the <a href="http://drupal.org/getting-started/install">installation handbook</a>, or contact your hosting provider.' . $message;
424424
throw new DatabaseTaskException($message);
425425
}
426426
}

0 commit comments

Comments
 (0)