parent
fdec27d8a1
commit
8e7faa8170
|
@ -1,7 +1,7 @@
|
|||
<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()): ?>
|
||||
<h2><?= $this->escape($title) ?></h2>
|
||||
<h1><?= $this->escape($title) ?></h1>
|
||||
<?= $search ?>
|
||||
<?php endif ?>
|
||||
<?php endforeach ?>
|
||||
|
|
Loading…
Reference in New Issue