fix tests

This commit is contained in:
Dennis Eichhorn 2022-10-08 21:35:00 +02:00
parent da50f9a3c8
commit ac1c70d86c
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ if (isset($this->nav[NavigationType::SIDE])) : ?>
<?php
$uriPath = $this->request->uri->getPath();
foreach ($this->nav[NavigationType::SIDE][LinkType::CATEGORY] as $key => $parent) : ?>
<li><input class="oms-ui-state" id="nav-<?= $this->printHtml($parent['nav_name']); ?>" type="checkbox">
<li><input name="category-<?= $key; ?>" class="oms-ui-state" id="nav-<?= $this->printHtml($parent['nav_name']); ?>" type="checkbox">
<ul>
<li><label for="nav-<?= $this->printHtml($parent['nav_name']); ?>">
<?php if (isset($parent['nav_icon'])) : ?>

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
// Modules/tests