summaryrefslogtreecommitdiff
path: root/bucky2/lib/Bucky
diff options
context:
space:
mode:
Diffstat (limited to 'bucky2/lib/Bucky')
-rw-r--r--bucky2/lib/Bucky/SVN.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/bucky2/lib/Bucky/SVN.pm b/bucky2/lib/Bucky/SVN.pm
index ce6b4cc..5b91950 100644
--- a/bucky2/lib/Bucky/SVN.pm
+++ b/bucky2/lib/Bucky/SVN.pm
@@ -40,7 +40,7 @@ __HEAD__
my $user_profile = "/cgi-bin/bucky/profile/$user";
my $user_img = "/bucky/data/profile/.thumb/am.$user.jpg";
my $date = $self->show_date($svn->{'date'});
- my $revision = $svn->{'revision'};
+ # my $revision = $svn->{'revision'};
my $comment = $svn->{'comment'};
$out .= <<__SVN__;
<tr>
@@ -48,7 +48,7 @@ __HEAD__
<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">
-<small>$revision: $comment</small>
+<small>$comment</small>
</td>
</small>
</tr>