diff --git a/web/CXM_form.anubis b/web/CXM_form.anubis index e8db61a..b2038fe 100644 --- a/web/CXM_form.anubis +++ b/web/CXM_form.anubis @@ -619,6 +619,8 @@ public define HTML_In_Form format_CXM_Form_Field(field, lwa) else if field is br then format_CXM_Form_Field(field, lwa) + else if field is text_area(options, _label, id, wan, default, w, height, mand) then + div([], format_CXM_Form_Field(field, lwa)) else div([class(_class)], format_CXM_Form_Field(field, lwa)) . -- libgit2 0.21.4