diff options
author | danvolchek <volchek2@illinois.edu> | 2019-02-17 21:14:00 -0600 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-02-24 18:40:56 -0500 |
commit | f676e0fe6d04f31d1614a4f533e20e7d8d499495 (patch) | |
tree | dbcd19f2bb7e57eac0dd4e016dcef16c69ad9119 /src/SMAPI.Web/Views/LogParser | |
parent | 69aea77cdb2b44d6559b86d2136ae50515ef2614 (diff) | |
download | SMAPI-f676e0fe6d04f31d1614a4f533e20e7d8d499495.tar.gz SMAPI-f676e0fe6d04f31d1614a4f533e20e7d8d499495.tar.bz2 SMAPI-f676e0fe6d04f31d1614a4f533e20e7d8d499495.zip |
add removed space
Diffstat (limited to 'src/SMAPI.Web/Views/LogParser')
-rw-r--r-- | src/SMAPI.Web/Views/LogParser/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index 07b413b1..3c842aed 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -189,7 +189,7 @@ else if (Model.ParsedLog?.IsValid == true) <td>@Model.ParsedLog.Timestamp.UtcDateTime.ToString("yyyy-MM-dd HH:mm") UTC ({{localTimeStarted}} your time)</td> </tr> </table> - <br/> + <br /> <table id="mods" class="@(Model.ShowRaw ? "filters-disabled" : null) table"> <caption> Installed mods: |