diff options
| author | Michael <[email protected]> | 2017-03-23 19:18:52 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-23 19:18:52 -0400 |
| commit | c0d348daa8217ce62e4e70b24f21bb4a00068f30 (patch) | |
| tree | 439c19914a76c681fb8134157539f5e48d5ffb92 | |
| parent | 966ad0c588d6de48de444a1488530159a55c39e1 (diff) | |
| download | project-unite-c0d348daa8217ce62e4e70b24f21bb4a00068f30.tar.gz project-unite-c0d348daa8217ce62e4e70b24f21bb4a00068f30.tar.bz2 project-unite-c0d348daa8217ce62e4e70b24f21bb4a00068f30.zip | |
fryhoney
| -rw-r--r-- | Project-Unite/Views/Profiles/ViewProfile.cshtml | 2 |
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 = "#"; |
