From 2015536347007266e70f2ccc9996a0f7e8c896bf Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 7 May 2021 15:57:18 +0300 Subject: Fixed some identation that was in spaces, rather than tabs --- ExamTemplate/Web/Views/User/Profile.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExamTemplate/Web/Views/User/Profile.cshtml') diff --git a/ExamTemplate/Web/Views/User/Profile.cshtml b/ExamTemplate/Web/Views/User/Profile.cshtml index 7883f2b..4120766 100644 --- a/ExamTemplate/Web/Views/User/Profile.cshtml +++ b/ExamTemplate/Web/Views/User/Profile.cshtml @@ -5,7 +5,7 @@ @model UserViewModel @{ - ViewData["Title"] = Model.Username + "'s Profile"; + ViewData["Title"] = Model.Username + "'s Profile"; }

-- cgit v1.2.3