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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Mar 8 11:10:07 EST 2005


User:      racke
Date:      2005-03-08 16:10:07 GMT
Modified:  lib/Vend Interpolate.pm
Log:
lowercase HTML tags as suggested by jojo

Revision  Changes    Path
2.234     +4 -4      interchange/lib/Vend/Interpolate.pm


rev 2.234, prev_rev 2.233
Index: Interpolate.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.233
retrieving revision 2.234
diff -u -r2.233 -r2.234
--- Interpolate.pm	6 Mar 2005 04:14:08 -0000	2.233
+++ Interpolate.pm	8 Mar 2005 16:10:07 -0000	2.234
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.233 2005/03/06 04:14:08 mheins Exp $
+# $Id: Interpolate.pm,v 2.234 2005/03/08 16:10:07 racke Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.233 $, 10);
+$VERSION = substr(q$Revision: 2.234 $, 10);
 
 @EXPORT = qw (
 
@@ -3090,7 +3090,7 @@
 	$pa =~ s/__MAXPAGE__/$last + 1/eg;
 	if($inc == $current) {
 		$pa =~ s/__BORDER__/$border_selected || $border || ''/e;
-		$list .= qq|<STRONG>$pa</STRONG> | ;
+		$list .= qq|<strong>$pa</strong> | ;
 	}
 	else {
 		$pa =~ s/__BORDER__/$border/e;
@@ -3154,7 +3154,7 @@
 		$link_template = $1;
 	}
 	else {
-		$link_template = q{<A HREF="$URL$">$ANCHOR$</A>};
+		$link_template = q{<a href="$URL$">$ANCHOR$</a>};
 	}
 
 	if(! $chunk or $chunk >= $total) {








More information about the interchange-cvs mailing list