diff options
| author | Michael <[email protected]> | 2017-04-04 19:54:02 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-04 19:54:02 -0400 |
| commit | f94ce8800c1f10c1cd69165c69b21bb2cc8f31a7 (patch) | |
| tree | 6aa0cc3997883d22618285d492facfd189351a54 | |
| parent | 4972b04c452fd55cf8b90936701301c49d6a4b21 (diff) | |
| download | project-unite-f94ce8800c1f10c1cd69165c69b21bb2cc8f31a7.tar.gz project-unite-f94ce8800c1f10c1cd69165c69b21bb2cc8f31a7.tar.bz2 project-unite-f94ce8800c1f10c1cd69165c69b21bb2cc8f31a7.zip | |
oops
| -rw-r--r-- | Project-Unite/Views/Admin/Logs.cshtml | 2 |
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> |
