From 4348b5d1d20e023536da9e3e081622698852e594 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Tue, 28 Apr 2020 12:12:24 -0400 Subject: [PATCH] Nav label for breadcrumbs. --- themes/bootstrap3/templates/layout/layout.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/layout/layout.phtml b/themes/bootstrap3/templates/layout/layout.phtml index 1bddca2f56e..f7fb42299a7 100644 --- a/themes/bootstrap3/templates/layout/layout.phtml +++ b/themes/bootstrap3/templates/layout/layout.phtml @@ -156,7 +156,7 @@ JS; <a class="sr-only" href="#content"><?=$this->transEsc('Skip to content') ?></a> <?=$this->render('header.phtml')?> </header> - <nav class="breadcrumbs"> + <nav class="breadcrumbs" aria-label="<?=$this->transEsc('Breadcrumbs') ?>"> <div class="container"> <?php if((!isset($this->layout()->showBreadcrumbs) || $this->layout()->showBreadcrumbs == true) && !empty($this->layout()->breadcrumbs) -- GitLab