summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-19 09:50:55 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-19 09:50:55 +0000
commit633fcda8994aadd1f7fd907115d570adf076d9a1 (patch)
treeebe2e06839c65a2446ef6dad19e02768bfc83669
parentff34411675a767f5e7a7fd43d1a013546574cb29 (diff)
downloadbrdo-633fcda8994aadd1f7fd907115d570adf076d9a1.tar.gz
brdo-633fcda8994aadd1f7fd907115d570adf076d9a1.tar.bz2
- Patch #103187 by dvessle: remove stray p.error.
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 9a51a2230..f81bfc308 100644
--- a/update.php
+++ b/update.php
@@ -477,7 +477,7 @@ function update_progress_page_nojs() {
// Error handling: if PHP dies, it will output whatever is in the output
// buffer, followed by the error message.
ob_start();
- $fallback = '<p class="error">An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference. Please continue to the <a href="update.php?op=error">update summary</a>.</p><p class="error">';
+ $fallback = '<p class="error">An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference. Please continue to the <a href="update.php?op=error">update summary</a>.</p>';
print theme('maintenance_page', $fallback, FALSE, TRUE);
list($percentage, $message) = update_do_updates();