In the function function content_profile_show_profiles($uid) on line 494 of content_profile.module, the suffix is set as to a line break. This was causing me a problem when theming. I have several content types defined as profile content. I'd set one to be 25% and one to 75% and left float and the line break forced the 2nd item down by 1 line. Initially, I set all the line breaks to not display via css, but then the create links for missing content don't line break properly.
I imagine that having those breaks would be useful in some instances, but not all.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fago’s picture

Status: Active » Closed (fixed)

Closing old issue, please reopen if the problem persists.

dwightaspinwall’s picture

Status: Closed (fixed) » Needs review
FileSize
1.5 KB

These br tags threw me for a loop. They should not be in the markup. The attached patch pulls the
tags and changes the p tag to a div.