mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
Fix missing attributes
This commit is contained in:
parent
a45ee5d4a3
commit
1187cfde50
@ -9,7 +9,7 @@
|
||||
<?php if ($parent === $page || !$scheme->options()->get('pages', true)) : ?>
|
||||
<?php continue ?>
|
||||
<?php endif ?>
|
||||
<option <?php $this->attr([
|
||||
<option <?= $this->attr([
|
||||
'value' => $parent->route(),
|
||||
'selected' => $page->parent() === $parent,
|
||||
]) ?>><?= str_repeat('— ', $parent->level() - 1) . $this->escape($parent->title()) ?></option>
|
||||
|
Loading…
x
Reference in New Issue
Block a user