diff --git a/BTCPayServer/Views/Invoice/Checkout.cshtml b/BTCPayServer/Views/Invoice/Checkout.cshtml index 35a4eb4a9..9f8ff1c02 100644 --- a/BTCPayServer/Views/Invoice/Checkout.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout.cshtml @@ -87,27 +87,27 @@
@Model.TimeLeft
- @if (Model.AvailableCryptos.Count > 1) - { -
-
-
- Currency Selection -
-
-
-
- @foreach (var crypto in Model.AvailableCryptos) - { - - @crypto.PaymentMethodId - - } -
-
-
- }
+ @if (Model.AvailableCryptos.Count > 1) + { +
+
+
+ Currency Selection +
+
+
+
+ @foreach (var crypto in Model.AvailableCryptos) + { + + @crypto.PaymentMethodId + + } +
+
+
+ }