mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
e2b34023cd
commit
0b1a9c1659
@ -38,7 +38,7 @@ class TocRenderer extends Renderer
|
|||||||
*/
|
*/
|
||||||
public function beginIteration()
|
public function beginIteration()
|
||||||
{
|
{
|
||||||
$this->content[] = '<nav><ul>';
|
$this->content[] = '<nav role="navigation"><ul class="toc">';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -54,7 +54,7 @@ class TocRenderer extends Renderer
|
|||||||
*/
|
*/
|
||||||
public function beginChildren()
|
public function beginChildren()
|
||||||
{
|
{
|
||||||
$this->content[] = '<ul>';
|
$this->content[] = '<ul class="toc">';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user