parent
6dedb48444
commit
05b7c3aa6a
|
@ -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 ?>
|
||||
|
|
Loading…
Reference in New Issue