From c7f2e53f209bce7fb06fd316c380bf6161689abd Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 27 Feb 2018 21:50:49 -0500 Subject: fix content pack list formatting --- src/SMAPI.Web/Views/LogParser/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SMAPI.Web') diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index 35340aa5..f622ccc4 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -92,7 +92,7 @@
@foreach (var contentPack in contentPackList) { - +@contentPack.Name @contentPack.Version + + @contentPack.Name @contentPack.Version
}
} -- cgit