--- content_profile.module	2010-01-13 04:38:26.000000000 -0600
+++ content_profile.module.new	2010-03-27 06:16:38.000000000 -0500
@@ -530,7 +530,6 @@ function content_profile_show_profiles($
         '#style' => $style,
         '#content_type' => $type,
         '#weight' => content_profile_get_settings($type, 'weight'),
-        '#suffix' => '<br />',
       );
 
       // Working around the bug described at http://drupal.org/node/302873
@@ -543,13 +542,12 @@ function content_profile_show_profiles($
         '#uid' => $uid,
         '#content_type' => $type,
         '#weight' => content_profile_get_settings($type, 'weight'),
-        '#suffix' => '<br />',
       );
     }
   }
   if ($content) {
-    $content['#prefix'] = '<p id="content-profile-view">';
-    $content['#suffix'] = '</p>';
+    $content['#prefix'] = '<div id="content-profile-view">';
+    $content['#suffix'] = '</div>';
   }
   return $content;
 }
