diff --git a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml index 5e424f936..11ee61421 100644 --- a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml +++ b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml @@ -420,7 +420,7 @@
@item.Title
@if (!String.IsNullOrWhiteSpace(item.Description)) { -

@item.Description

+

@System.Net.WebUtility.HtmlDecode(item.Description)

}