From 434a5c27dcada894a69cb10f0670e6c858672131 Mon Sep 17 00:00:00 2001
From: samueloph <samueloph@gmail.com>
Date: Thu, 3 Sep 2015 11:52:08 -0300
Subject: [PATCH] Remove logo role from header

The logo role doesn't exist.
---
 themes/bootstrap3/templates/header.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/templates/header.phtml b/themes/bootstrap3/templates/header.phtml
index a850425c9cf..6b91b14a341 100644
--- a/themes/bootstrap3/templates/header.phtml
+++ b/themes/bootstrap3/templates/header.phtml
@@ -4,7 +4,7 @@
     <span class="sr-only">Toggle navigation</span>
     <i class="fa fa-bars"></i>
   </button>
-  <a role="logo" class="navbar-brand lang-<?=$this->layout()->userLang ?>" href="<?=$this->url('home')?>">VuFind</a>
+  <a class="navbar-brand lang-<?=$this->layout()->userLang ?>" href="<?=$this->url('home')?>">VuFind</a>
 </div>
 <? if ($this->layout()->searchbox !== false): ?>
   <section class="visible-lg">
-- 
GitLab