summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-04 19:54:02 -0400
committerMichael <[email protected]>2017-04-04 19:54:02 -0400
commitf94ce8800c1f10c1cd69165c69b21bb2cc8f31a7 (patch)
tree6aa0cc3997883d22618285d492facfd189351a54
parent4972b04c452fd55cf8b90936701301c49d6a4b21 (diff)
downloadproject-unite-f94ce8800c1f10c1cd69165c69b21bb2cc8f31a7.tar.gz
project-unite-f94ce8800c1f10c1cd69165c69b21bb2cc8f31a7.tar.bz2
project-unite-f94ce8800c1f10c1cd69165c69b21bb2cc8f31a7.zip
oops
-rw-r--r--Project-Unite/Views/Admin/Logs.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Admin/Logs.cshtml b/Project-Unite/Views/Admin/Logs.cshtml
index e993d5f..b4e6825 100644
--- a/Project-Unite/Views/Admin/Logs.cshtml
+++ b/Project-Unite/Views/Admin/Logs.cshtml
@@ -17,7 +17,7 @@
@foreach(var i in Model.OrderByDescending(x=>x.Timestamp))
{
<tr>
- <td>@Html.Raw(Html.Encode(i.Description))</td>
+ <td>@Html.Raw(i.Description)</td>
<td>@Html.UserLink(i.UserId) at @i.Timestamp</td>
<td>@i.Level</td>
</tr>