Index: includes/theme.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/theme.inc,v
retrieving revision 1.415
diff -u -r1.415 theme.inc
--- includes/theme.inc	27 Jan 2008 19:47:06 -0000	1.415
+++ includes/theme.inc	15 Mar 2008 04:17:12 -0000
@@ -1552,7 +1552,7 @@
     }
 
     if (user_access('access user profiles')) {
-      $output = l($name, 'user/'. $object->uid, array('title' => t('View user profile.')));
+      $output = l($name, 'user/'. $object->uid, array('attributes' => array('title' => t('View user profile.'))));
     }
     else {
       $output = check_plain($name);
