summaryrefslogtreecommitdiff
path: root/Project-Unite
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite')
-rw-r--r--Project-Unite/Views/Profiles/ViewProfile.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Profiles/ViewProfile.cshtml b/Project-Unite/Views/Profiles/ViewProfile.cshtml
index 80c8e7a..556fb96 100644
--- a/Project-Unite/Views/Profiles/ViewProfile.cshtml
+++ b/Project-Unite/Views/Profiles/ViewProfile.cshtml
@@ -34,7 +34,7 @@
<div class="panel">
<p><strong>Posted on @post.PostedAt</strong>:</p>
- <p>@Html.Markdown(post.PostContents</p>
+ <p>@Html.Markdown(post.PostContents)</p>
<ul class="nav nav-pills">
@{
string likeLink = "#";