Closed (fixed)
Project:
Semantic CCK
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Jul 2010 at 16:37 UTC
Updated:
18 Aug 2010 at 14:59 UTC
If you leave label tag blank as instructions allow, the output creates this: < class="field-label">
Comments
Comment #1
tim.plunkettWhat is your suggestion? Prevent the value from being blank? Default fill it with div?
Comment #2
apmsooner commentedDefault with div or span works for me. Thats what I've been putting in there.
Comment #3
rjay commentedI have made the "Label element" fields required, with appropriate default values specified. This should prevent malformed HTML tags from being output.
I have also removed text from the field descriptions that refers to leaving these fields blank, as that is no longer possible to do.
Fix committed to 6.x-dev. I will be releasing a new version of the module soon which will include these changes.
Ryan
Comment #5
geerlingguy commentedAh, thanks! This was bugging me to no end, until I finally enabled theme developer and realized Semantic CCK was causing malformed HTML.