mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-23 21:32:14 +08:00
Removing extra li from comments
This commit is contained in:
@@ -32,10 +32,7 @@ else {
|
||||
@Html.LabelFor(m => m.CommentText, T("Comment"))
|
||||
@Html.TextAreaFor(m => m.CommentText, new { rows = 10, cols = 30, @class = "comment-text" })
|
||||
</li>
|
||||
<li>
|
||||
@Html.HiddenFor(m => m.CommentedOn)
|
||||
@Html.HiddenFor(m => m.RepliedOn)
|
||||
|
||||
</li>
|
||||
</ol>
|
||||
@Html.HiddenFor(m => m.CommentedOn)
|
||||
@Html.HiddenFor(m => m.RepliedOn)
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user