Index: profile.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/profile/profile.module,v
retrieving revision 1.235
diff -u -r1.235 profile.module
--- profile.module	31 Dec 2007 08:54:37 -0000	1.235
+++ profile.module	2 Feb 2008 00:22:38 -0000
@@ -311,7 +311,7 @@
       if (!isset($user->content[$field->category])) {
         $user->content[$field->category] = array(
           '#type' => 'user_profile_category',
-          '#title' => check_plain($field->category),
+          '#title' => $field->category,
         );
       }
 

