Skip to content

Commit

Permalink
Fix missing > in cluster-list.phtml.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Nov 1, 2024
1 parent ad0999c commit b519b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
$ulAttrs->add('data-truncate', $this->htmlSafeJsonEncode($truncateSettings), null);
}
?>
<ul<?=$ulAttrs?>
<ul<?=$ulAttrs?>>
<?php foreach ($this->cluster['list'] as $i => $thisFacet): ?>
<li class="facet__list__item">
<?php if ($i == $this->facets_before_more): ?>
Expand Down

0 comments on commit b519b48

Please sign in to comment.