doc: Remove h1 from toc
This commit is contained in:
parent
3d9b878817
commit
b61a436495
modules/doc/application/views/scripts
|
@ -1,6 +1,5 @@
|
|||
<div class="controls">
|
||||
<?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
|
||||
<h1><?= /** @var string $title */ $title ?></h1>
|
||||
<?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs ?>
|
||||
</div>
|
||||
<div class="content">
|
||||
<?= /** @var \Icinga\Module\Doc\Renderer\DocTocRenderer $toc */ $toc ?>
|
||||
|
|
Loading…
Reference in New Issue