diff --git a/modules/checklists/modutil.php b/modules/checklists/modutil.php index 74ed656a8..d4e21a20e 100644 --- a/modules/checklists/modutil.php +++ b/modules/checklists/modutil.php @@ -60,7 +60,14 @@ if (!function_exists('renderChecklist')) { $result .= ' - {[ "type": "textarea", "class": "unblockable", "name": "note_checklist", "placeholder": "'.tr('Note').'...", "id": "note_'.$check->id.'", "value": "'.$check->note.'" ]} + '.input([ + 'type' => 'textarea', + 'name' => '', + 'id' => 'note_'.$check->id, + 'class' => 'unblockable', + 'placeholder' => tr('Note').'...', + 'value' => $check->note, + ]).' '; $result .= '