From 0c51f036f891870385c4985c5ed00205b8f74bd9 Mon Sep 17 00:00:00 2001
From: Claas Kazzer <kazzer@uni-leipzig.de>
Date: Tue, 19 Jan 2016 13:16:09 +0100
Subject: [PATCH] refs #6845: * renamed anchor into tabnavi to render jumps to
 tab ineffective

---
 themes/finc/templates/collection/view.phtml | 2 +-
 themes/finc/templates/record/view.phtml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/finc/templates/collection/view.phtml b/themes/finc/templates/collection/view.phtml
index 2d6c9e5d003..95d163704e2 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 dc98f9ccb9c..13e1d1a98ca 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): ?>
-- 
GitLab