[interchange-cvs] interchange - kwalsh modified lib/Vend/Parse.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Dec 7 17:38:31 EST 2007


User:      kwalsh
Date:      2007-12-07 22:38:31 GMT
Modified:  lib/Vend Parse.pm
Log:
    * Minor edit for asthetics only:  Lower-cased an opening <a> tag so
      that it matches with its </a> end-tag marker.

Revision  Changes    Path
2.43      +3 -3      interchange/lib/Vend/Parse.pm


rev 2.43, prev_rev 2.42
Index: Parse.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Parse.pm,v
retrieving revision 2.42
retrieving revision 2.43
diff -u -r2.42 -r2.43
--- Parse.pm	31 Oct 2007 11:29:09 -0000	2.42
+++ Parse.pm	7 Dec 2007 22:38:30 -0000	2.43
@@ -1,6 +1,6 @@
 # Vend::Parse - Parse Interchange tags
 # 
-# $Id: Parse.pm,v 2.42 2007/10/31 11:29:09 kwalsh Exp $
+# $Id: Parse.pm,v 2.43 2007/12/07 22:38:30 kwalsh Exp $
 #
 # Copyright (C) 2002-2007 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -36,7 +36,7 @@
 
 @ISA = qw(Exporter Vend::Parser);
 
-$VERSION = substr(q$Revision: 2.42 $, 10);
+$VERSION = substr(q$Revision: 2.43 $, 10);
 
 @EXPORT = ();
 @EXPORT_OK = qw(find_matching_end);
@@ -765,7 +765,7 @@
 			$$buf = '';
 			$Initialized->{_buf} = '';
 			
-            my $body = qq{Redirecting to <A href="%s">%s</a>.};
+            my $body = qq{Redirecting to <a href="%s">%s</a>.};
             $body = errmsg($body, $attr->{href}, $attr->{href});
 #::logDebug("bouncing...body=$body");
 			$::Pragma->{download} = 1;








More information about the interchange-cvs mailing list