From 73e2639010ef8eb408286fb6589d41247e14a225 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 Mar 2017 12:45:26 -0400 Subject: [PATCH] Guess not. --- Project-Unite/Views/Skins/PostSkin.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Unite/Views/Skins/PostSkin.cshtml b/Project-Unite/Views/Skins/PostSkin.cshtml index 4a42590..a2b7471 100644 --- a/Project-Unite/Views/Skins/PostSkin.cshtml +++ b/Project-Unite/Views/Skins/PostSkin.cshtml @@ -24,7 +24,7 @@ Long description:
This is a longer description for your skin. You can use Markdown to style it - use this to add notes, extra screenshots, etc, for your skin. It is displayed in the "view skin" page. - @Html.TextAreaFor(Model => Model.LongDescription, new { rows="5", data-easteregg="I love honeyfries.", @class = "form-control" }) + @Html.TextAreaFor(Model => Model.LongDescription, new { rows="5", @class = "form-control" }) Skin file:
This is the actual skin - you can upload it to the repository and we'll host it for you. Skins are exported by the Skin Loader into
My Documents\ShiftOS_Shared\skins
.