Skip to content

Commit

Permalink
remove extra parenthesis oops..
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Jun 9, 2022
1 parent 345c415 commit 96f6920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebfrontCore/Views/Client/Statistics/Advanced.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
{
if (Model.Ranking > 0)
{
<div class="h5 mb-0">@Html.Raw((ViewBag.Localization["WEBFRONT_ADV_STATS_RANKED_V2"] as string).FormatExt(Model.Ranking?.ToString("#,##0"), Model.TotalRankedClients.ToString("#,##0"))))</div>
<div class="h5 mb-0">@Html.Raw((ViewBag.Localization["WEBFRONT_ADV_STATS_RANKED_V2"] as string).FormatExt(Model.Ranking?.ToString("#,##0"), Model.TotalRankedClients.ToString("#,##0")))</div>
}

else
Expand Down

0 comments on commit 96f6920

Please sign in to comment.