diff --git a/WebfrontCore/Views/Client/Profile/Index.cshtml b/WebfrontCore/Views/Client/Profile/Index.cshtml index 842bdf7a9..68a9ce2a2 100644 --- a/WebfrontCore/Views/Client/Profile/Index.cshtml +++ b/WebfrontCore/Views/Client/Profile/Index.cshtml @@ -32,7 +32,7 @@ }
-
+
@if (Model.ActivePenalty != null) { diff --git a/WebfrontCore/Views/Client/Statistics/Advanced.cshtml b/WebfrontCore/Views/Client/Statistics/Advanced.cshtml index 56411d979..cdcdccf0c 100644 --- a/WebfrontCore/Views/Client/Statistics/Advanced.cshtml +++ b/WebfrontCore/Views/Client/Statistics/Advanced.cshtml @@ -232,7 +232,7 @@
-
+

Player Stats

diff --git a/WebfrontCore/Views/Client/Statistics/Index.cshtml b/WebfrontCore/Views/Client/Statistics/Index.cshtml index de43d62f1..cc86f873d 100644 --- a/WebfrontCore/Views/Client/Statistics/Index.cshtml +++ b/WebfrontCore/Views/Client/Statistics/Index.cshtml @@ -2,7 +2,7 @@ @using WebfrontCore.ViewModels
-
+

Top Players

diff --git a/WebfrontCore/Views/Home/Index.cshtml b/WebfrontCore/Views/Home/Index.cshtml index 71ead1e2a..c280cfa25 100644 --- a/WebfrontCore/Views/Home/Index.cshtml +++ b/WebfrontCore/Views/Home/Index.cshtml @@ -11,7 +11,7 @@ } }
-
+

Server Overview

@if (Model.Game.HasValue) { diff --git a/WebfrontCore/Views/Plugins/LiveRadar/Radar/Index.cshtml b/WebfrontCore/Views/Plugins/LiveRadar/Radar/Index.cshtml index 7ad6a1eee..532a416b1 100644 --- a/WebfrontCore/Views/Plugins/LiveRadar/Radar/Index.cshtml +++ b/WebfrontCore/Views/Plugins/LiveRadar/Radar/Index.cshtml @@ -13,7 +13,7 @@
-
+

Live Radar

diff --git a/WebfrontCore/Views/Server/Scoreboard.cshtml b/WebfrontCore/Views/Server/Scoreboard.cshtml index c1bbf6463..dc7e34029 100644 --- a/WebfrontCore/Views/Server/Scoreboard.cshtml +++ b/WebfrontCore/Views/Server/Scoreboard.cshtml @@ -5,7 +5,7 @@ }
-
+
@if (Model is not null) {
diff --git a/WebfrontCore/Views/Shared/_SideContextMenu.cshtml b/WebfrontCore/Views/Shared/_SideContextMenu.cshtml index ce8342490..a028203d4 100644 --- a/WebfrontCore/Views/Shared/_SideContextMenu.cshtml +++ b/WebfrontCore/Views/Shared/_SideContextMenu.cshtml @@ -1,7 +1,7 @@ @model WebfrontCore.ViewModels.SideContextMenuItems @{ Layout = null; } -
+
@Model.MenuTitle