--- modules/profile.module	Sun Aug  8 15:56:46 2004
+++ profile.module	Sun Aug  8 15:56:35 2004
@@ -141,10 +144,10 @@
         $fields = array();
         foreach ($values as $value) {
           if ($value = trim(strip_tags($value))) {
             $fields[] = l($value, "profile/$field->name/". drupal_specialchars($value));
           }
         }
-        return implode(', ', $fields);
+        return theme('item_list', $fields);
     }
   }
 }
