From a10bcbd946db1995a83d50f76f3695ad7549de26 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Mon, 21 Mar 2016 12:50:49 -0400 Subject: [PATCH] Broken header closing. --- themes/bootstrap3/templates/upgrade/error.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/upgrade/error.phtml b/themes/bootstrap3/templates/upgrade/error.phtml index 3284c94e857..565268b0cc9 100644 --- a/themes/bootstrap3/templates/upgrade/error.phtml +++ b/themes/bootstrap3/templates/upgrade/error.phtml @@ -5,6 +5,6 @@ // Set up breadcrumbs: $this->layout()->breadcrumbs = '<li><a href="'.$this->url('upgrade-home').'">'.$this->transEsc('Upgrade').'</a></li> <li class="active">' . $this->transEsc('Upgrade VuFind') . '</li>'; ?> -<h2><?=$this->transEsc('Upgrade VuFind')?></2> +<h2><?=$this->transEsc('Upgrade VuFind')?></h2> <?=$this->flashmessages()?> <p><?=$this->transEsc('vufind_upgrade_fail') ?>. You can try <a href="<?=$this->url('upgrade-reset')?>">starting over</a>.</p> \ No newline at end of file -- GitLab