http://webdev.wtfmarketing.com/
As soon as I went from 0.9.6.6 to 0.9.7.7 my child theme stopped displaying divs correctly.
I have no idea what happened. I've added:
define('THEMATIC_COMPATIBLE_BODY_CLASS', true);
define('THEMATIC_COMPATIBLE_POST_CLASS', true);
define('THEMATIC_COMPATIBLE_COMMENT_FORM', true);
define('THEMATIC_COMPATIBLE_FEEDLINKS', true);
No effect. It's like there's an open div tag somewhere.
I tried reverting the Thematic parent folder to 0.9.6.2 and this does not fix the child theme. Help?