Drupal: empty CCK Text Area are shown with tag <br />
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-05-05T09:31:12Z
Indexed on
2010/05/05
9:48 UTC
Read the original article
Hit count: 215
hi,
I'm using several CCK Text Area in my content page. The fields are optional, but if I don't fill them, I see them on the page anyway, and the content is
..
i.e.
FieldName: <br />
I would like to make them disappear instead..
I found out the problem is that CCKEditor add a
even if I've never typed in that window. How can I disable this ?
thanks
© Stack Overflow or respective owner