From b3734f8f0b4bf27ade1712f3c159380ddd828acb Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 9 Apr 2017 02:07:54 +0200 Subject: [PATCH] remove class from text area in cxm_form --- web/CXM_form.anubis | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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