Skip to content

Commit bd5ed59

Browse files
author
Igor Chepurnoy
authored
Merge pull request #67 from Dilden/patch-1
Update _list.php
2 parents 643b31b + 88d90c8 commit bd5ed59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

widgets/views/_list.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
<?php if ($model->hasChildren()) : ?>
4747
<ul class="children">
4848
<?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>
49+
<?php echo $this->render('_list', ['model' => $children, 'maxLevel' => $maxLevel]) ?>
5250
<?php endforeach; ?>
5351
</ul>
5452
<?php endif; ?>

0 commit comments

Comments
 (0)