diff --git a/src/Web/WebMVC/Views/Shared/Components/CartList/Default.cshtml b/src/Web/WebMVC/Views/Shared/Components/CartList/Default.cshtml
index 43d3b9f55..99a9bfc1e 100644
--- a/src/Web/WebMVC/Views/Shared/Components/CartList/Default.cshtml
+++ b/src/Web/WebMVC/Views/Shared/Components/CartList/Default.cshtml
@@ -38,7 +38,7 @@
@if (item.OldUnitPrice != 0)
{
-
Note that the price of this article changed in our Catalog. The old price when you originally added it to the basket was @item.OldUnitPrice $
+
Note that the price of this article changed in our Catalog. The old price when you originally added it to the basket was $@item.OldUnitPrice
}
diff --git a/src/Web/WebSPA/Client/modules/basket/basket.component.html b/src/Web/WebSPA/Client/modules/basket/basket.component.html
index a23a4e91f..3f27b0290 100644
--- a/src/Web/WebSPA/Client/modules/basket/basket.component.html
+++ b/src/Web/WebSPA/Client/modules/basket/basket.component.html
@@ -29,7 +29,7 @@
-
0"> Note that the price of this article changed in our Catalog. The old price when you originally added it to the basket was {{item.oldUnitPrice}} $
+
0"> Note that the price of this article changed in our Catalog. The old price when you originally added it to the basket was ${{item.oldUnitPrice}}