diff --git a/html/js/product-search.js b/html/js/product-search.js index 07cdaa0474b0c..e7458148d8c06 100644 --- a/html/js/product-search.js +++ b/html/js/product-search.js @@ -168,7 +168,7 @@ function display_products(target, product_groups, user_prefs ) { if (user_prefs.use_ranking) { css_classes += ' list_product_a_match_' + product.match_status; } - product_html += `
  • `; + product_html += `
  • `; product_html += '
    '; const img_src =