diff --git a/themes/finc/templates/collection/view.phtml b/themes/finc/templates/collection/view.phtml index 2d6c9e5d0032017f43161b1c8aa48f125234eae3..95d163704e2d969de17a20efb47c249d5f954487 100644 --- a/themes/finc/templates/collection/view.phtml +++ b/themes/finc/templates/collection/view.phtml @@ -57,7 +57,7 @@ </div> <? if (count($this->tabs) > 0): ?> - <a name="tabnav"></a> + <a name="tabnavi"></a><? /* Renamed, no typo, to render jump to tab ineffective */?> <div class="record-tabs"> <ul class="recordTabs tabs"><? /*<!-- DO NOT use standard data-tab option here as it triggers Foundation's normal tab behaviour while Vufind only uses tab appearance! FIXME CK */ ?> <? foreach ($this->tabs as $tab => $obj): ?> diff --git a/themes/finc/templates/record/view.phtml b/themes/finc/templates/record/view.phtml index dc98f9ccb9c92728309e7082cd7519cce8152cff..13e1d1a98ca0541ace1c7eb1fcac3822a9227d7b 100644 --- a/themes/finc/templates/record/view.phtml +++ b/themes/finc/templates/record/view.phtml @@ -55,7 +55,7 @@ </div> <? if (count($this->tabs) > 0): ?> - <a name="tabnav"></a> + <a name="tabnavi"></a><? /* Renamed, no typo, to render jump to tab ineffective */?> <div class="record-tabs"> <ul class="recordTabs tabs"><? /* DO NOT use standard data-tab option here as it triggers Foundation's normal tab behaviour while Vufind only uses tab appearance! FIXME CK */ ?> <? foreach ($this->tabs as $tab => $obj): ?>