From 059c0cfa2ebd4b0f7b7a8d4366e47155d6262073 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 18 May 2017 16:37:12 -0400 Subject: parser error --- Project-Unite/Views/Manage/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml index cff7179..0e02bc3 100644 --- a/Project-Unite/Views/Manage/Index.cshtml +++ b/Project-Unite/Views/Manage/Index.cshtml @@ -110,7 +110,7 @@
Notification
- @foreach(var note in notes) + foreach(var note in notes) {
@if (!string.IsNullOrWhiteSpace(note.AvatarUrl)) -- cgit v1.2.3