diff --git a/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml b/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml index 44ebe3a40..a57b2b7be 100644 --- a/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml +++ b/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml @@ -27,7 +27,7 @@ @*We need to make sure btcpay.js is not bundled, else it will not work if there is a RootPath*@ - + } diff --git a/BTCPayServer/Views/Invoice/ListInvoices.cshtml b/BTCPayServer/Views/Invoice/ListInvoices.cshtml index 13200a523..dbd5e0903 100644 --- a/BTCPayServer/Views/Invoice/ListInvoices.cshtml +++ b/BTCPayServer/Views/Invoice/ListInvoices.cshtml @@ -3,7 +3,7 @@ ViewData["Title"] = "Invoices"; } @section HeadScripts { - + } @Html.HiddenFor(a => a.Count)
diff --git a/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml b/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml index 39cec81d7..f1d2e2e81 100644 --- a/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml +++ b/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml @@ -28,7 +28,7 @@ @*We need to make sure btcpay.js is not bundled, else it will not work if there is a RootPath*@ - + }