--- php/lib/function.MTEntryAuthorLink.php.bak Thu Sep 2 20:20:34 2004 +++ php/lib/function.MTEntryAuthorLink.php Thu Sep 2 20:21:11 2004 @@ -9,7 +9,7 @@ if (isset($args['show_url']) && !$args['show_url']) $show_url = 0; if ($show_url && $entry['author_url']) { - return sprintf("%s", $entry['author_url'], $name); + return sprintf("%s", $entry['author_url'], $name); } elseif ($show_email && $entry['author_email']) { $str = 'mailto:' . $entry['author_email']; if (isset($args['spam_protect']) && $args['spam_protect']) {