Commit b3734f8f0b4bf27ade1712f3c159380ddd828acb

Authored by totoro
1 parent 9c0387f3

remove class from text area in cxm_form

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
web/CXM_form.anubis
... ... @@ -619,6 +619,8 @@ public define HTML_In_Form
619 619 format_CXM_Form_Field(field, lwa)
620 620 else if field is br then
621 621 format_CXM_Form_Field(field, lwa)
  622 + else if field is text_area(options, _label, id, wan, default, w, height, mand) then
  623 + div([], format_CXM_Form_Field(field, lwa))
622 624 else
623 625 div([class(_class)], format_CXM_Form_Field(field, lwa))
624 626 .
... ...