From f94e8c97197db9b843261acc14932ebe914c545e Mon Sep 17 00:00:00 2001 From: d11n Date: Mon, 5 Apr 2021 05:39:02 +0200 Subject: [PATCH] Fix typo in PoS cart view (#2428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Noticed by @MaxHillebrand 👀 --- BTCPayServer/Views/AppsPublic/PointOfSale/Cart.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/AppsPublic/PointOfSale/Cart.cshtml b/BTCPayServer/Views/AppsPublic/PointOfSale/Cart.cshtml index 4c5ad2290..10b1c7357 100644 --- a/BTCPayServer/Views/AppsPublic/PointOfSale/Cart.cshtml +++ b/BTCPayServer/Views/AppsPublic/PointOfSale/Cart.cshtml @@ -248,7 +248,7 @@
@item.Title
@if (!String.IsNullOrWhiteSpace(description)) { -

@Safe.Raw(description))

+

@Safe.Raw(description)

}