From 704a00aa37286d33459394e000b8a86b8cd183f2 Mon Sep 17 00:00:00 2001 From: "kestes%staff.mail.com" Date: Mon, 14 Aug 2000 21:58:58 +0000 Subject: [PATCH] fix typo, '.' should have been ',' --- webtools/tinderbox2/src/lib/TinderDB/VC_CVS.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webtools/tinderbox2/src/lib/TinderDB/VC_CVS.pm b/webtools/tinderbox2/src/lib/TinderDB/VC_CVS.pm index 326d3ebd9bab..16db77018d31 100755 --- a/webtools/tinderbox2/src/lib/TinderDB/VC_CVS.pm +++ b/webtools/tinderbox2/src/lib/TinderDB/VC_CVS.pm @@ -133,7 +133,7 @@ use TreeData; use VCDisplay; -$VERSION = ( qw $Revision: 1.2 $ )[1]; +$VERSION = ( qw $Revision: 1.3 $ )[1]; @ISA = qw(TinderDB::BasicTxtDB); @@ -517,7 +517,7 @@ sub status_table_row { # the group of links. my (%popup_args) = ( - "linktxt" => "\t\t$author". + "linktxt" => "\t\t$author", "windowtxt" => $table, "windowtitle" => "VC Info",