summaryrefslogtreecommitdiff
path: root/Project-Unite
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-23 19:18:52 -0400
committerMichael <[email protected]>2017-03-23 19:18:52 -0400
commitc0d348daa8217ce62e4e70b24f21bb4a00068f30 (patch)
tree439c19914a76c681fb8134157539f5e48d5ffb92 /Project-Unite
parent966ad0c588d6de48de444a1488530159a55c39e1 (diff)
downloadproject-unite-c0d348daa8217ce62e4e70b24f21bb4a00068f30.tar.gz
project-unite-c0d348daa8217ce62e4e70b24f21bb4a00068f30.tar.bz2
project-unite-c0d348daa8217ce62e4e70b24f21bb4a00068f30.zip
fryhoney
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 = "#";