### Eclipse Workspace Patch 1.0 #P drupal-6x Index: includes/theme.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/theme.inc,v retrieving revision 1.366 diff -u -r1.366 theme.inc --- includes/theme.inc 16 Aug 2007 13:59:41 -0000 1.366 +++ includes/theme.inc 19 Aug 2007 05:48:45 -0000 @@ -1523,7 +1523,7 @@ // aggregator modules). This clause enables modules to display // the true author of the content. if ($object->homepage) { - $output = l($object->name, $object->homepage); + $output = l($object->name, $object->homepage, array('rel' => 'nofollow')); } else { $output = check_plain($object->name);