diff --git a/html/js/product-search.js b/html/js/product-search.js
index b4f5c51542ede..a1e3c55680dd2 100644
--- a/html/js/product-search.js
+++ b/html/js/product-search.js
@@ -247,10 +247,10 @@ function display_products(target, product_groups, user_prefs) {
product_html += '
';
if (product.image_front_small_url) {
- product_html += `
`;
+ product_html += `
`;
}
else {
- product_html += `
`;
+ product_html += `
`;
}
product_html += "
";
@@ -275,7 +275,7 @@ function display_products(target, product_groups, user_prefs) {
title += " - " + attribute.missing;
}
- product_html += '';
+ product_html += '';
}
});
product_html += '';