diff --git a/themes/foundation5/templates/Recommend/SideFacets.phtml b/themes/foundation5/templates/Recommend/SideFacets.phtml
index 4308817ce41c4e398bfa397fd07d9e035a8a772e..1106e08df1e3cee19ebe60122c3daafd85c08207 100644
--- a/themes/foundation5/templates/Recommend/SideFacets.phtml
+++ b/themes/foundation5/templates/Recommend/SideFacets.phtml
@@ -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: ?>