From 344f17956410cf564ca3a88865e7157e8e913d30 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 23 Oct 2006 21:06:19 +0000 Subject: [PATCH] - Patch #76899 by magico: comma to point. --- themes/chameleon/chameleon.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index d6d5138f4153..12100e0bfa6f 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -159,7 +159,7 @@ function chameleon_node($node, $teaser = 0, $page = 0) { } 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 = "<div class=\"comment". ($comment->status == COMMENT_NOT_PUBLISHED ? ' comment-unpublished' : '') ."\">\n"; $output .= " <h3 class=\"title\">". l($comment->subject, $_GET['q'], NULL, NULL, "comment-$comment->cid") ."</h3>\n"; -- GitLab