Fixing the comment textarea's name (codeplex issue #16646)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-21 10:47:19 -07:00
parent dfb07bb95c
commit 0490252c0a

View File

@@ -51,8 +51,8 @@ using (Html.BeginForm("Create", "Comment", new { area = "Orchard.Comments" }, Fo
<fieldset class="what">
<ol>
<li>
<label for="CommentText">@T("Comment")</label>
<textarea id="comment-text" rows="10" cols="30" name="comment-text"></textarea>
<label for="comment-text">@T("Comment")</label>
<textarea id="comment-text" rows="10" cols="30" name="CommentText"></textarea>
</li>
<li>
<input type="submit" class="button" value="@T("Submit Comment")" />