The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 69ff26d6 authored by Claas Kazzer's avatar Claas Kazzer Committed by André Lahmann
Browse files

resf #6671:

* fixed unclosed li for multiselect facets
parent db0ddca6
No related merge requests found
......@@ -182,8 +182,8 @@ JS;
</li>
<? endif; ?>
<? if ($thisFacet['isApplied']): ?>
<li class="list-group-item active<? if ($i >= $facets_before_more): ?><?= $moreClass ?>"<? endif ?>>
<a class="active <? if ($thisFacet['operator'] == 'OR'): ?> facetOR applied<? endif ?>" href="<?= $this->currentPath() . $results->getUrlQuery()->removeFacet($title, $thisFacet['value'], true, $thisFacet['operator']) ?>">
<li class="<? if ($i >= $facets_before_more): ?> <?= $moreClass ?> <? endif ?>" >
<a class="active <? if ($thisFacet['operator'] == 'OR'): ?> facetOR applied<? endif ?>" href="<?= $this->currentPath() . $results->getUrlQuery()->removeFacet($title, $thisFacet['value'], true, $thisFacet['operator']) ?>" >
<? if ($thisFacet['operator'] == 'OR'): ?>
<i class="fa fa-check-square-o"></i>
<? else: ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment