diff --git a/Project-Unite/Views/Stats/Pong.cshtml b/Project-Unite/Views/Stats/Pong.cshtml index 5e123a7..faea446 100644 --- a/Project-Unite/Views/Stats/Pong.cshtml +++ b/Project-Unite/Views/Stats/Pong.cshtml @@ -32,11 +32,11 @@ { if (i == Model.CurrentPage) { -
  • @Html.ActionLink(i.ToString(), "Pong", "Stats", null, new { id = i })
  • +
  • @Html.ActionLink(i.ToString(), "Pong", "Stats", new { id = i }, null)
  • } else { -
  • @Html.ActionLink(i.ToString(), "Pong", "Stats", null, new { id = i })
  • +
  • @Html.ActionLink(i.ToString(), "Pong", "Stats", new { id = i }, null)
  • } } \ No newline at end of file