diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-25 23:35:14 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-25 23:35:14 -0500 |
commit | 5c1318431b716e13feb214abe8116cb1498047a5 (patch) | |
tree | 521a883bee05349356672979d759615da3e94eb6 /src/SMAPI.Web/Views | |
parent | c984d5ad51c80a9ede1613c2bbbf51279966dd8b (diff) | |
download | SMAPI-5c1318431b716e13feb214abe8116cb1498047a5.tar.gz SMAPI-5c1318431b716e13feb214abe8116cb1498047a5.tar.bz2 SMAPI-5c1318431b716e13feb214abe8116cb1498047a5.zip |
always include raw taxt in model
Diffstat (limited to 'src/SMAPI.Web/Views')
-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 39557d50..310277eb 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -155,7 +155,7 @@ else if (Model.ParsedLog?.IsValid == false) </div> <h3>Raw log</h3> - <pre>@Model.ParsedLog.RawTextIfError</pre> + <pre>@Model.ParsedLog.RawText</pre> } <div id="upload-area"> |