--- chameleon.theme 2006-08-31 14:17:33.000000000 +0100 +++ chameleon.theme.new 2006-10-04 22:31:14.000000000 +0100 @@ -159,7 +159,7 @@ } function chameleon_comment($comment, $links = "") { - $submitted['comment_submitted'] = array('#title' => t('By !author at @date', array('!author' => theme('username', $comment), '@date' => format_date($comment->timestamp. 'small')))); + $submitted['comment_submitted'] = array('#title' => t('By !author at @date', array('!author' => theme('username', $comment), '@date' => format_date($comment->timestamp, 'small')))); $output = "
". l($comment->subject, $_GET['q'], NULL, NULL, "comment-$comment->cid") ."
\n";