We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643b31b commit 88d90c8Copy full SHA for 88d90c8
widgets/views/_list.php
@@ -46,9 +46,7 @@
46
<?php if ($model->hasChildren()) : ?>
47
<ul class="children">
48
<?php foreach ($model->getChildren() as $children) : ?>
49
- <li class="comment" id="comment-<?php echo $children->id; ?>">
50
- <?php echo $this->render('_list', ['model' => $children, 'maxLevel' => $maxLevel]) ?>
51
- </li>
+ <?php echo $this->render('_list', ['model' => $children, 'maxLevel' => $maxLevel]) ?>
52
<?php endforeach; ?>
53
</ul>
54
<?php endif; ?>
0 commit comments