diff options
| author | Michael <[email protected]> | 2017-03-25 12:45:26 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-25 12:45:26 -0400 |
| commit | 73e2639010ef8eb408286fb6589d41247e14a225 (patch) | |
| tree | 959d07250e5a9b61313776d41f4cbec83f1b01a1 /Project-Unite/Views | |
| parent | 33272539791a87dd84ccbf4d5a4a273760685699 (diff) | |
| download | project-unite-73e2639010ef8eb408286fb6589d41247e14a225.tar.gz project-unite-73e2639010ef8eb408286fb6589d41247e14a225.tar.bz2 project-unite-73e2639010ef8eb408286fb6589d41247e14a225.zip | |
Guess not.
Diffstat (limited to 'Project-Unite/Views')
| -rw-r--r-- | Project-Unite/Views/Skins/PostSkin.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </tr> <tr> <td><strong>Long description:</strong><br/>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.</td> - <td>@Html.TextAreaFor(Model => Model.LongDescription, new { rows="5", data-easteregg="I love honeyfries.", @class = "form-control" })</td> + <td>@Html.TextAreaFor(Model => Model.LongDescription, new { rows="5", @class = "form-control" })</td> </tr> <tr> <td><strong>Skin file:</strong><br/>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 <pre>My Documents\ShiftOS_Shared\skins</pre>.</td> |
