Skip to content
Snippets Groups Projects
Commit 434a5c27 authored by samueloph's avatar samueloph Committed by Demian Katz
Browse files

Remove logo role from header

The logo role doesn't exist.
parent e7c45f1b
No related merge requests found
......@@ -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">
......
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