diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme
index 81931af09d2..9bb7d817a52 100644
--- a/themes/goofy/goofy.theme
+++ b/themes/goofy/goofy.theme
@@ -113,7 +113,7 @@ function c(subject,mod,author,date,body) {document.writeln("
userid) {
if ($comment->fake_email) $info[] = format_email($comment->fake_email);
if (eregi("http://",$comment->url)) $info[] = format_url($comment->url);
- if ($info) $author .= "
[ ". implode(" | ",$info) . "]";
+ if ($info) $author .= "
[ ". implode(" | ",$info) . " ]";
}
$body = check_output($comment->comment, 1) . "
[ $link ]
";