Index: content_profile/content_profile.module
===================================================================
--- content_profile/content_profile.module	(revision 463)
+++ content_profile/content_profile.module	(working copy)
@@ -521,7 +524,6 @@
         '#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
@@ -534,11 +536,8 @@
         '#uid' => $uid,
         '#content_type' => $type,
         '#weight' => content_profile_get_settings($type, 'weight'),
-        '#suffix' => '<br />',
       );
     }
-    $content['#prefix'] = '<p id="content-profile-view">';
-    $content['#suffix'] = '</p>';
   }
   return $content;
 }
