summaryrefslogtreecommitdiff
path: root/bucky2/lib/Bucky/SVN.pm
diff options
context:
space:
mode:
Diffstat (limited to 'bucky2/lib/Bucky/SVN.pm')
-rw-r--r--bucky2/lib/Bucky/SVN.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/bucky2/lib/Bucky/SVN.pm b/bucky2/lib/Bucky/SVN.pm
index 5b91950..c4f7679 100644
--- a/bucky2/lib/Bucky/SVN.pm
+++ b/bucky2/lib/Bucky/SVN.pm
@@ -42,12 +42,13 @@ __HEAD__
my $date = $self->show_date($svn->{'date'});
# my $revision = $svn->{'revision'};
my $comment = $svn->{'comment'};
+ my $cc = "cc" . $r;
$out .= <<__SVN__;
<tr>
<td style="border: 1px solid #333;" align="center">
<a href="$user_profile"><img src="$user_img" border=0></a><!--<br><small>$user</small>-->
</td>
-<td style="border: 1px solid #333; padding: 3px" class="r$r">
+<td style="border: 1px solid #333; padding: 3px" class="cc$r">
<small>$comment</small>
</td>
</small>