diff --git a/google_groups.module b/google_groups.module
index e0c197c..7e81482 100644
--- a/google_groups.module
+++ b/google_groups.module
@@ -115,7 +115,7 @@ function google_groups_user_view($account, $view_mode, $langcode) {
     $account->content['google_groups'][$delta] = array(
       '#title' => $group['name'],
       '#type' => 'user_profile_item',
-      '#value' => l(t('Manage your subscription to @name', array('@name' => $group['name'])), 'http://groups.google.com/group/' . $group['id']),
+      '#markup' => l(t('Manage your subscription to @name', array('@name' => $group['name'])), 'http://groups.google.com/group/' . $group['id']),
     );
   }
 }
