Automated formatting changes

This commit is contained in:
Formatter Bot 2022-04-10 16:07:21 +00:00
parent caea569ad6
commit 31ccaeefe2
4 changed files with 26 additions and 28 deletions

View File

@ -12,8 +12,6 @@
*/ */
declare(strict_types=1); declare(strict_types=1);
use phpOMS\Message\Http\HttpHeader;
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
*/ */
@ -85,8 +83,8 @@ echo $this->getData('nav')->render();
<?php $c = 0; <?php $c = 0;
foreach ($navs as $nav) : ++$c; ?> foreach ($navs as $nav) : ++$c; ?>
<tr> <tr>
<td><label class="checkbox" for="iActive-<?= $c ?>"> <td><label class="checkbox" for="iActive-<?= $c; ?>">
<input id="iActive-<?= $c ?>" type="checkbox" name="active_route" value="<?= $this->printHtml($nav->uri); ?>"<?= true ? ' checked' : ''; ?>> <input id="iActive-<?= $c; ?>" type="checkbox" name="active_route" value="<?= $this->printHtml($nav->uri); ?>"<?= true ? ' checked' : ''; ?>>
<span class="checkmark"></span> <span class="checkmark"></span>
</label> </label>
<td><?= $apps[$nav->app]?->name; ?> <td><?= $apps[$nav->app]?->name; ?>