From 2c29526c2b901eb7c9534381c9710828fb7b6d9a Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Mon, 5 Jan 2015 13:15:48 -0500 Subject: [PATCH] Collection tab activation fix. --- themes/bootstrap3/templates/collection/view.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/collection/view.phtml b/themes/bootstrap3/templates/collection/view.phtml index 5b7603f5331..54f5b7bffca 100644 --- a/themes/bootstrap3/templates/collection/view.phtml +++ b/themes/bootstrap3/templates/collection/view.phtml @@ -68,7 +68,7 @@ } ?> <li<?=$isCurrent ? ' class="active"' : ''?>> - <a id="<?=$tab ?>" href="<?=$this->recordLink()->getTabUrl($this->driver, $tab)?>#tabnav"><?=$this->transEsc($desc)?></a> + <a id="<?=strtolower($tab) ?>" href="<?=$this->recordLink()->getTabUrl($this->driver, $tab)?>#tabnav"><?=$this->transEsc($desc)?></a> </li> <? endforeach; ?> </ul> -- GitLab