Index: realname_theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/realname/realname_theme.inc,v
retrieving revision 1.2.4.20
diff -u -r1.2.4.20 realname_theme.inc
--- realname_theme.inc	26 May 2010 20:34:45 -0000	1.2.4.20
+++ realname_theme.inc	24 Sep 2010 17:47:07 -0000
@@ -110,7 +112,7 @@
     // Sometimes modules display content composed by people who are not registered
     // members of the site (e.g. mailing list or news aggregator modules).
     // This clause enables modules to display the true author of the content.
-    if ($object->homepage && $options['homepage']) {
+    if ($object->homepage && $options['homepage'] && !$options['plain']) {
       $output = l($object->name, $object->homepage, array('attributes' => array('title' => t("View user's home page."))));
     }
     else {
