summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-06-06 19:40:39 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-06-06 19:40:39 +0000
commit445d821db5a34bdc4613cff46561edb753679523 (patch)
treed63df82ad7037c6d9a393e3d1ed7662028a51daa /themes
parentcca16453ac6667499a2d7a436eb8f799ecb82a5c (diff)
downloadbrdo-445d821db5a34bdc4613cff46561edb753679523.tar.gz
brdo-445d821db5a34bdc4613cff46561edb753679523.tar.bz2
Missing trailing space in the "[ extra@user.info | http://extra.user.info/ ]" for comments.
Diffstat (limited to 'themes')
-rw-r--r--themes/goofy/goofy.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme
index 81931af09..9bb7d817a 100644
--- a/themes/goofy/goofy.theme
+++ b/themes/goofy/goofy.theme
@@ -113,7 +113,7 @@ function c(subject,mod,author,date,body) {document.writeln("<table border=\"0\"
if ($comment->userid) {
if ($comment->fake_email) $info[] = format_email($comment->fake_email);
if (eregi("http://",$comment->url)) $info[] = format_url($comment->url);
- if ($info) $author .= "<br>[ ". implode(" | ",$info) . "]";
+ if ($info) $author .= "<br>[ ". implode(" | ",$info) . " ]";
}
$body = check_output($comment->comment, 1) . "<br><hr color=\"#404040\" size=\"1\"><div align=\"right\">[ $link ]</div>";