doc: Remove h1 from toc

This commit is contained in:
Eric Lippmann 2016-01-11 09:51:28 +01:00
parent 3d9b878817
commit b61a436495
1 changed files with 1 additions and 2 deletions
modules/doc/application/views/scripts

View File

@ -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 ?>