Removing extra li from comments

This commit is contained in:
Nicholas Mayne
2015-01-16 11:58:11 +00:00
parent 9762d694df
commit bf9722b063

View File

@@ -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>