From eb8a56e37ed9c8f0893998d308f2b2112bbac63c Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 24 May 2017 11:15:53 -0400 Subject: [PATCH] the kids found the guillotine --- Project-Unite/Views/Skins/ViewSkin.cshtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Project-Unite/Views/Skins/ViewSkin.cshtml b/Project-Unite/Views/Skins/ViewSkin.cshtml index 45d9278..3915c53 100644 --- a/Project-Unite/Views/Skins/ViewSkin.cshtml +++ b/Project-Unite/Views/Skins/ViewSkin.cshtml @@ -3,8 +3,10 @@ ViewBag.Title = Model.Name + " - Skin Repository"; ViewBag.Description = Model.ShortDescription; ViewBag.Keywords = "shiftos, shift, shifting, shifted, shifter, " + Model.Keywords; - if(!string.IsNullOrWhiteSpace(Model.ScreenshotUrl)) - ViewBag.Image = "http://getshiftos.ml/" + Model.ScreenshotUrl; + if (!string.IsNullOrWhiteSpace(Model.ScreenshotUrl)) + { + ViewBag.Image = "http://getshiftos.ml/" + Model.ScreenshotUrl; + } }

@Model.Name