Skip to content

Commit

Permalink
Merge pull request #70 from seansan/patch-3
Browse files Browse the repository at this point in the history
Add ID to target h2 (whole block)
  • Loading branch information
stubbedev authored Jul 30, 2024
2 parents 11a9724 + 1d3bd4a commit 82346cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions design/frontend/template/facets.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php
/** @var Mage_Core_Block_Template $this */
?>
<h2><?php echo $this->__('Filters'); ?></h2>
<div id="clerk-search-filters"></div>
<div id="clerk-search-filters-wrapper">
<h2><?php echo $this->__('Filters'); ?></h2>
<div id="clerk-search-filters"></div>
</div>

0 comments on commit 82346cb

Please sign in to comment.