Committer: dnikolaev
LJSUP-7191:corrupted form of commentsU trunk/cgi-bin/LJ/Talk.pm
Modified: trunk/cgi-bin/LJ/Talk.pm =================================================================== --- trunk/cgi-bin/LJ/Talk.pm 2010-10-19 03:57:23 UTC (rev 17575) +++ trunk/cgi-bin/LJ/Talk.pm 2010-10-19 04:06:23 UTC (rev 17576) @@ -2339,7 +2339,7 @@ $html->{header} = $comment_header->("width='100%' class='talk-comment'"); $html->{footer} = $comment_footer->(); - my $text = "<div id='cmtbar$dtid' style='background-color:$bgcolor'>"; + my $text = "<div id='cmtbar$dtid' class='talk-comment-head' style='background-color:$bgcolor'>"; if (my $picid = $post->{'picid'}) { my $alt = $pu->{'name'};