summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-02-06 19:38:28 +0000
committerDries Buytaert <dries@buytaert.net>2008-02-06 19:38:28 +0000
commitb8a1eab1fb8abb1238f1e5a63757f0d93b2a3cc6 (patch)
tree0dff0188249d8c3d2999d9b4342e3c1e99711b9e /includes/theme.maintenance.inc
parentbddba847f569f872aefa1618d2fe49d69f274c63 (diff)
downloadbrdo-b8a1eab1fb8abb1238f1e5a63757f0d93b2a3cc6.tar.gz
brdo-b8a1eab1fb8abb1238f1e5a63757f0d93b2a3cc6.tar.bz2
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
Diffstat (limited to 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc
index c513a00b5..9a99e833e 100644
--- a/includes/theme.maintenance.inc
+++ b/includes/theme.maintenance.inc
@@ -124,7 +124,7 @@ function theme_install_page($content) {
$variables['messages'] .= theme('status_messages', 'error');
$variables['content'] .= '<p>'. st('Please check the error messages and <a href="!url">try again</a>.', array('!url' => request_uri())) .'</p>';
}
-
+
// Special handling of warning messages
if (isset($messages['warning'])) {
$title = count($messages['warning']) > 1 ? st('The following installation warnings should be carefully reviewed') : st('The following installation warning should be carefully reviewed');