When an author doesn't leave a website link, the output is still a link with a blank URL (http:///). The tag I'm using for it is
<?php comment_author_link() ?>
I'm using version 1.5. If I use <?php comment_author() ?> then it just displays text even if they leave a link. Suggestions?