diff options
Diffstat (limited to 'themes/chameleon')
-rw-r--r-- | themes/chameleon/chameleon.theme | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index c3da58a40..bdd455616 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -165,7 +165,8 @@ function chameleon_comment($comment, $links = "") { $output .= " <h3 class=\"title\">". l($comment->subject, $_GET['q'], NULL, NULL, "comment-$comment->cid") ."</h3>\n"; $output .= " <div class=\"content\">". $comment->comment; if ($signature) { - $output .= " <div class=\"user-signature clear-block\">"; + $output .= " <div class=\"clear-block\">"; + $output .= "<div>—</div>\n"; $output .= $signature ."\n"; $output .= " </div>\n"; } |