diff --git a/BTCPayServer/Views/Apps/ListApps.cshtml b/BTCPayServer/Views/Apps/ListApps.cshtml
index 2f6b27e24..05f3863ed 100644
--- a/BTCPayServer/Views/Apps/ListApps.cshtml
+++ b/BTCPayServer/Views/Apps/ListApps.cshtml
@@ -22,7 +22,7 @@
Create a new app
-
+
| Store |
diff --git a/BTCPayServer/Views/Invoice/ListInvoices.cshtml b/BTCPayServer/Views/Invoice/ListInvoices.cshtml
index c74fa1da5..e15011704 100644
--- a/BTCPayServer/Views/Invoice/ListInvoices.cshtml
+++ b/BTCPayServer/Views/Invoice/ListInvoices.cshtml
@@ -40,7 +40,7 @@
Create a new invoice
-
+
| Date |
diff --git a/BTCPayServer/Views/Manage/ExternalLogins.cshtml b/BTCPayServer/Views/Manage/ExternalLogins.cshtml
index d2c8bd0ca..39fc54b9c 100644
--- a/BTCPayServer/Views/Manage/ExternalLogins.cshtml
+++ b/BTCPayServer/Views/Manage/ExternalLogins.cshtml
@@ -8,7 +8,7 @@
@if (Model.CurrentLogins?.Count > 0)
{
Registered Logins
-
+
@foreach (var login in Model.CurrentLogins)
{
diff --git a/BTCPayServer/Views/Server/ListUsers.cshtml b/BTCPayServer/Views/Server/ListUsers.cshtml
index 2fa761832..5a6fc702a 100644
--- a/BTCPayServer/Views/Server/ListUsers.cshtml
+++ b/BTCPayServer/Views/Server/ListUsers.cshtml
@@ -9,7 +9,7 @@
@Html.Partial("_StatusMessage", Model.StatusMessage)
-
+
| Name |
diff --git a/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml b/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml
index b6995a461..dd167bd47 100644
--- a/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml
+++ b/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml
@@ -42,7 +42,7 @@