From b21ceced7b616d3d2aebae5bd018b9070d2e83a6 Mon Sep 17 00:00:00 2001 From: jsobers1331 Date: Thu, 14 Apr 2016 22:34:08 -0400 Subject: [PATCH] Update CommentForm.php Needed change for missing Id tags for input fields.For better accessibility for design customization of Comment Form. --- wire/modules/Fieldtype/FieldtypeComments/CommentForm.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wire/modules/Fieldtype/FieldtypeComments/CommentForm.php b/wire/modules/Fieldtype/FieldtypeComments/CommentForm.php index d653b2a1..f5bfddae 100644 --- a/wire/modules/Fieldtype/FieldtypeComments/CommentForm.php +++ b/wire/modules/Fieldtype/FieldtypeComments/CommentForm.php @@ -390,13 +390,13 @@ protected function renderFormThread($id, $class, $attrs, $labels, $inputValues) "\n\t

" . "\n\t\t " . "\n\t

" . "\n\t

" . "\n\t\t" . "\n\t

"; @@ -405,7 +405,7 @@ protected function renderFormThread($id, $class, $attrs, $labels, $inputValues) "\n\t

" . "\n\t\t" . "\n\t

"; } @@ -433,7 +433,7 @@ protected function renderFormThread($id, $class, $attrs, $labels, $inputValues) "\n\t

" . "\n\t\t" . "\n\t

" . $this->renderNotifyOptions() .