diff options
Diffstat (limited to 'modules/profile/profile.module')
-rw-r--r-- | modules/profile/profile.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 20d39547d..c75c1132f 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -311,7 +311,7 @@ function profile_view_profile(&$user) { if (!isset($user->content[$field->category])) { $user->content[$field->category] = array( '#type' => 'user_profile_category', - '#title' => check_plain($field->category), + '#title' => $field->category, ); } |