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.
2 parents 643b31b + 88d90c8 commit bd5ed59Copy full SHA for bd5ed59
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