--- content_profile.module.orig	2009-02-02 05:57:37.000000000 -0800
+++ content_profile.module	2009-03-19 19:28:43.000000000 -0700
@@ -491,7 +491,7 @@ function content_profile_show_profiles($
         '#style' => $style,
         '#content_type' => $type,
         '#weight' => content_profile_get_settings($type, 'weight'),
-        '#suffix' => '<br />',
+        //'#suffix' => '<br />',
       );
 
       // Working around the bug described at http://drupal.org/node/302873
@@ -504,11 +504,10 @@ function content_profile_show_profiles($
         '#uid' => $uid,
         '#content_type' => $type,
         '#weight' => content_profile_get_settings($type, 'weight'),
-        '#suffix' => '<br />',
+        '#prefix' => '<div id="content-profile-add-' . $type . '" class="content-profile-view">',
+        '#suffix' => '</div>',
       );
     }
-    $content['#prefix'] = '<p id="content-profile-view">';
-    $content['#suffix'] = '</p>';
   }
   return $content;
 }
