[interchange-cvs] interchange - jon modified lib/Vend/Interpolate.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sat Jul 13 11:21:00 2002


User:      jon
Date:      2002-07-13 15:20:05 GMT
Modified:  lib/Vend Interpolate.pm
Log:
Remove trailing space inadvertently added to Next link in more_list.

Revision  Changes    Path
2.85      +3 -3      interchange/lib/Vend/Interpolate.pm


rev 2.85, prev_rev 2.84
Index: Interpolate.pm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.84
retrieving revision 2.85
diff -u -u -r2.84 -r2.85
--- Interpolate.pm	12 Jul 2002 23:08:43 -0000	2.84
+++ Interpolate.pm	13 Jul 2002 15:20:05 -0000	2.85
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 #=20
-# $Id: Interpolate.pm,v 2.84 2002/07/12 23:08:43 jon Exp $
+# $Id: Interpolate.pm,v 2.85 2002/07/13 15:20:05 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -27,7 +27,7 @@
 require Exporter;
 @ISA =3D qw(Exporter);
=20
-$VERSION =3D substr(q$Revision: 2.84 $, 10);
+$VERSION =3D substr(q$Revision: 2.85 $, 10);
=20
 @EXPORT =3D qw (
=20
@@ -3694,7 +3694,7 @@
 		$last =3D $next + $chunk - 1;
 		$last =3D $last > ($total - 1) ? $total - 1 : $last;
 		$arg =3D "$session:$next:$last:$chunk";
-		$next_tag .=3D more_link_template($next_anchor, $arg, $form_arg) . ' ';
+		$next_tag .=3D more_link_template($next_anchor, $arg, $form_arg);
 	}
 	else {
 		$r =3D~ s:\[next[-_]anchor\]($All)\[/next[-_]anchor\]::i;