From d875e062cc4d202aaf10c75645493ff0369a7e84 Mon Sep 17 00:00:00 2001 From: Evgeniy Vasilev Date: Thu, 7 Apr 2022 18:34:09 +0200 Subject: [PATCH] fix: Adds missing double quote to the href attribute (#6573) --- html/js/product-search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =