@ -38,6 +38,9 @@
<textarea class="form-control" name="commentText" placeholder="@(string.IsNullOrEmpty(repliedCommentId?.ToString() ?? "") ? L["YourComment"] : L["YourReply"])..." rows="3"></textarea>
</div>
<div class="mt-0">
<small class="text-muted float-start float-end">@L["MarkdownSupported"]</small>
@if (CmsKitCommentOptions.Value.IsRecaptchaEnabled)
{
@ -68,9 +71,6 @@
}
<small class="text-muted float-start" >@L["MarkdownSupported"]</small>
</form>
</div>;