Skip to content

Commit a8ea8bb

Browse files
Fix undefined variable error.
1 parent 57d6cc0 commit a8ea8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/integrations/woocommerce/templates/loop/no-products-found.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525

2626
<<?php echo esc_attr( $html_tag ); ?> class="woocommerce-info">
2727
<?php esc_html_e( 'No products were found matching your selection.', 'bigbox' ); ?>
28-
</<?php echo esc_attr( $tag ); ?>>
28+
</<?php echo esc_attr( $html_tag ); ?>>

0 commit comments

Comments
 (0)