Index: modules/user.module =================================================================== RCS file: /cvs/drupal/drupal/modules/user.module,v retrieving revision 1.476 diff -u -r1.476 user.module --- modules/user.module 25 May 2005 19:54:49 -0000 1.476 +++ modules/user.module 26 May 2005 17:25:22 -0000 @@ -605,7 +605,7 @@ $output = "
\n"; $output .= theme('user_picture', $account); foreach ($fields as $category => $value) { - $output .= "

$category

$value"; + $output .= theme('box', $category, $value); } $output .= "
\n";