The title of the field stay when it is empty.
i have modified this lines in feed_field.module
line 157, 178, 199
if (!empty($data)) $out .= '
' . $item['feed_field_title'] . '
';
I'm not sure, I put this on "Need Review"
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | feed_field-645154-2.patch | 2.72 KB | edjay |
Comments
Comment #1
edjay commentedoups sorry for the description
Comment #2
edjay commentedThe title of the field stay when it is empty.
Starting from the last dev version on drupal.org, I submit my first patch, it need reviews ^^.
I have just put a verification statement for the
which is inserted although the title or the content of the field is empty.
sorry for the english.
Comment #3
As If commentedThis patch is for the dev version.
Comment #4
As If commented