Skip to content
Snippets Groups Projects
Commit 2c29526c authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Collection tab activation fix.

parent 53cec4f4
Branches
Tags
No related merge requests found
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment