mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
NavigationRendererInterface: Use "div" as default outer element tag
"nav" is less often necessary. refs #5600
This commit is contained in:
parent
e63e15e471
commit
ca72bd5455
@ -13,4 +13,4 @@ if ($searchDashboard->search('dummy')->getPane('search')->hasDashlets()): ?>
|
|||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?= $menuRenderer->setHeading(t('Navigation')); ?>
|
<?= $menuRenderer->setHeading(t('Navigation'))->setElementTag('nav'); ?>
|
@ -60,7 +60,7 @@ interface NavigationRendererInterface
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const OUTER_ELEMENT_TAG = 'nav';
|
const OUTER_ELEMENT_TAG = 'div';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The heading's rank
|
* The heading's rank
|
||||||
|
Loading…
x
Reference in New Issue
Block a user