From 22b28cedd67dba13ae30a66257f7ce6847d28901 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Wed, 22 Oct 2014 10:37:01 -0400 Subject: [PATCH] Extra > removed. --- themes/bootstrap/templates/alphabrowse/home.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap/templates/alphabrowse/home.phtml b/themes/bootstrap/templates/alphabrowse/home.phtml index 1263b24ef60..d9356355531 100644 --- a/themes/bootstrap/templates/alphabrowse/home.phtml +++ b/themes/bootstrap/templates/alphabrowse/home.phtml @@ -66,7 +66,7 @@ <span><?=$this->escapeHtml($item['heading'])?></span> <? endif; ?> - <? if (count($item['useInstead']) > 0): ?>> + <? if (count($item['useInstead']) > 0): ?> <div> <?=$this->transEsc('Use instead') ?>: <ul> -- GitLab