Closed (duplicate)
Project:
Content Construction Kit (CCK)
Version:
4.7.x-1.5-1
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2007 at 18:28 UTC
Updated:
1 Jun 2007 at 15:26 UTC
I am seeing a problem with a standard text field in CCK. Text fields that allow formatted user input always display a closing paragrph tag even if they are empty. Plain text empty fields do not have this problem. However, any field that takes formated input and is left empty will display this code:
<div class="field field-type-text field-field-first-text"><div class="field-label">First_text:</div><div class="field-items"><div class="field-item"></p>
</div></div></div>
See that extra </p> in there? This is with the default bluemarine theme enabled and no customization. The same problem is present even when enabling the CCK theming tips outline in the CCK download. I can't find out where in the world that </p> is coming from.
This problem has been reported by at least one other person here.
I am using Drupal 4.7 and CCK 4.7.x-1.5.1.
Comments
Comment #1
yched commentedthis is a core bug : http://drupal.org/node/103079
Comment #2
bryan kennedy commentedAhhh, thanks yched. It was driving my crazy finding any information about this. Sorry to clutter up the CCK bug pool.