diff options
Diffstat (limited to 'ExamTemplate/Web/Views/User/Profile.cshtml')
| -rw-r--r-- | ExamTemplate/Web/Views/User/Profile.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } <p> |
