mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed an issue with the legend not rendering.
--HG-- branch : dev
This commit is contained in:
@@ -20,8 +20,9 @@ else if(!Request.IsAuthenticated && !AuthorizedFor(Permissions.AddComment)) {
|
|||||||
using (Html.BeginForm("Create", "Comment", new { area = "Orchard.Comments" }, FormMethod.Post, new { @class = "comment" })) {
|
using (Html.BeginForm("Create", "Comment", new { area = "Orchard.Comments" }, FormMethod.Post, new { @class = "comment" })) {
|
||||||
@Html.ValidationSummary()
|
@Html.ValidationSummary()
|
||||||
if (!Request.IsAuthenticated) {
|
if (!Request.IsAuthenticated) {
|
||||||
<h2 id="addacomment">@T("Add a Comment")</h2>
|
|
||||||
<fieldset class="who">
|
<fieldset class="who">
|
||||||
|
<legend id="addacomment">@T("Add a Comment")</legend>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<label for="Name">@T("Name")</label>
|
<label for="Name">@T("Name")</label>
|
||||||
|
Reference in New Issue
Block a user