parent
fdec27d8a1
commit
8e7faa8170
|
@ -1,7 +1,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?php foreach (/** @type \Icinga\Module\Doc\Search\DocSearchRenderer[] $searches */ $searches as $title => $search): ?>
|
<?php foreach (/** @type \Icinga\Module\Doc\Renderer\DocSearchRenderer[] $searches */ $searches as $title => $search): ?>
|
||||||
<?php if (! $search->isEmpty()): ?>
|
<?php if (! $search->isEmpty()): ?>
|
||||||
<h2><?= $this->escape($title) ?></h2>
|
<h1><?= $this->escape($title) ?></h1>
|
||||||
<?= $search ?>
|
<?= $search ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
|
|
Loading…
Reference in New Issue