From 215037095f6d3b8bfd2ee2c8a3c7c7ac80098cda Mon Sep 17 00:00:00 2001 From: RaidMax Date: Thu, 9 Jun 2022 10:15:43 -0500 Subject: [PATCH] remove extra parenthesis oops.. --- WebfrontCore/Views/Client/Statistics/Advanced.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebfrontCore/Views/Client/Statistics/Advanced.cshtml b/WebfrontCore/Views/Client/Statistics/Advanced.cshtml index c22200053..56411d979 100644 --- a/WebfrontCore/Views/Client/Statistics/Advanced.cshtml +++ b/WebfrontCore/Views/Client/Statistics/Advanced.cshtml @@ -256,7 +256,7 @@ { if (Model.Ranking > 0) { -
@Html.Raw((ViewBag.Localization["WEBFRONT_ADV_STATS_RANKED_V2"] as string).FormatExt(Model.Ranking?.ToString("#,##0"), Model.TotalRankedClients.ToString("#,##0"))))
+
@Html.Raw((ViewBag.Localization["WEBFRONT_ADV_STATS_RANKED_V2"] as string).FormatExt(Model.Ranking?.ToString("#,##0"), Model.TotalRankedClients.ToString("#,##0")))
} else