Skip to content
Snippets Groups Projects
Commit f1bb6aec authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Proper capitalization.

parent 60cb2274
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -528,8 +528,8 @@ function update_progress_page_nojs() {
function update_finished_page($success) {
drupal_set_title('Drupal database update');
// NOTE: we can't use l() here because the URL would point to 'update.php?q=admin'.
$links[] = '<a href="'. base_path() .'">main page</a>';
$links[] = '<a href="'. base_path() .'?q=admin">administration pages</a>';
$links[] = '<a href="'. base_path() .'">Main page</a>';
$links[] = '<a href="'. base_path() .'?q=admin">Administration pages</a>';
update_task_list();
// Report end result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment