From 7dca53f2725551b8312b8f04745b1336182c0d36 Mon Sep 17 00:00:00 2001 From: Kristoffer Surrow Date: Wed, 7 May 2025 13:10:52 +0200 Subject: [PATCH] correction to highlighted text --- .../eCom/ProductCatalog/ProductSearchDropdownResponse.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Files/Templates/Designs/Swift-v2/eCom/ProductCatalog/ProductSearchDropdownResponse.cshtml b/Files/Templates/Designs/Swift-v2/eCom/ProductCatalog/ProductSearchDropdownResponse.cshtml index fec6e2522..d863671d3 100644 --- a/Files/Templates/Designs/Swift-v2/eCom/ProductCatalog/ProductSearchDropdownResponse.cshtml +++ b/Files/Templates/Designs/Swift-v2/eCom/ProductCatalog/ProductSearchDropdownResponse.cshtml @@ -25,7 +25,7 @@ return input; } input = input.ToLower(); - input = input.Replace(textToHighlight, "" + textToHighlight + ""); + input = input.Replace(textToHighlight, "" + textToHighlight + ""); return "" + input + ""; } @@ -37,7 +37,7 @@ return input; } input = input.ToLower(); - input = input.Replace(textToHighlight, "" + textToHighlight + ""); + input = input.Replace(textToHighlight, "" + textToHighlight + ""); return "" + input + ""; }