Replace <h1> w/ <h2>

refs #8847
This commit is contained in:
Alexander A. Klimov 2015-06-05 16:01:37 +02:00
parent 6dedb48444
commit 05b7c3aa6a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="content">
<?php foreach (/** @var \Icinga\Module\Doc\Renderer\DocSearchRenderer[] $searches */ $searches as $title => $search): ?>
<h1><?= $this->escape($title) ?></h1>
<h2><?= $this->escape($title) ?></h2>
<?= $search->isEmpty()
? $this->translate('No documentation found matching the filter')
: $search ?>