From a2baa4449965082c2a22bbb5e7d0ef9fccf2371b Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 1 Apr 2007 05:04:20 +0000 Subject: #130366: Better styling for signature separator (thanks webchick). --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index ff29b34f0..1c650eaff 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1776,7 +1776,7 @@ function theme_comment($comment, $links = array()) { $output .= '
'. l($comment->subject, $_GET['q'], array('fragment' => "comment-$comment->cid")) . ' ' . theme('mark', $comment->new) ."
\n"; $output .= '
'. t('by %a on %b', array('%a' => theme('username', $comment), '%b' => format_date($comment->timestamp))) ."
\n"; $output .= '
'. $comment->comment .'
'; - $output .= '
'. $comment->signature .'
'; + $output .= '
'. $comment->signature .'
'; $output .= ''; $output .= ''; return $output; -- cgit v1.2.3