Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Denitz committed Feb 22, 2022
1 parent 921026f commit faaede6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/com_contact/tmpl/categories/default_items.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
</span>
<?php endif; ?>
<?php if ($this->maxLevelcat > 1 && count($item->getChildren()) > 0) : ?>
<?php HTMLHelper::_('bootstrap.collapse'); ?>
<button
type="button"
id="category-btn-<?php echo $item->id; ?>"
Expand Down
1 change: 0 additions & 1 deletion components/com_newsfeeds/tmpl/categories/default_items.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</span>
<?php endif; ?>
<?php if (count($item->getChildren()) > 0 && $this->maxLevelcat > 1) : ?>
<?php HTMLHelper::_('bootstrap.collapse'); ?>
<button
type="button"
id="category-btn-<?php echo $item->id; ?>"
Expand Down

0 comments on commit faaede6

Please sign in to comment.