Skip to content

Commit

Permalink
Fix HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Nov 6, 2023
1 parent 0d03c60 commit 7c677c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/search-trees.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Illuminate\Support\Collection;
<div class="d-flex">
<?php if ($all_trees->count() > $search_trees->count()) : ?>
<div class="me-2">
<button type="button" data-bs-toggle="collapse" class="btn btn-secondary btn-sm" data-bs-target="#more-trees,#select-all" href="#" aria-expanded="false" aria-controls="more-trees">
<button type="button" data-bs-toggle="collapse" class="btn btn-secondary btn-sm" data-bs-target="#more-trees,#select-all" aria-expanded="false" aria-controls="more-trees">
<?= view('icons/expand') ?>
<?= view('icons/collapse') ?>
</button>
Expand Down

0 comments on commit 7c677c2

Please sign in to comment.