mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
NavigationRenderer: Add id "navigation" to the navigation's heading
refs #5600
This commit is contained in:
parent
c60839d798
commit
4e948b46bf
@ -245,7 +245,7 @@ class NavigationRenderer implements RecursiveIterator, NavigationRendererInterfa
|
||||
$this->getCssClass() !== null ? ' class="' . $this->getCssClass() . '"' : ''
|
||||
);
|
||||
$content[] = sprintf(
|
||||
'<h%1$d class="sr-only" tabindex="-1">%2$s</h%1$d>',
|
||||
'<h%1$d id="navigation" class="sr-only" tabindex="-1">%2$s</h%1$d>',
|
||||
static::HEADING_RANK,
|
||||
$this->view()->escape($this->getHeading())
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user