summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 10a582e97..d37aed16b 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1523,7 +1523,7 @@ function theme_username($object) {
// 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);