From: cyeh%bluemartini.com <> Date: Wed, 30 Aug 2000 00:01:54 +0000 (+0000) Subject: fix for 38624: "New value" column smaller than "old value" column. added an X-Git-Tag: bugzilla-2.12~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89934374cd05b67a2107b295c16b307007a8b601;p=thirdparty%2Fbugzilla.git fix for 38624: "New value" column smaller than "old value" column. added an extra "<" in FormatTriple so that old/new are the same size --- diff --git a/processmail b/processmail index 9019287feb..35ecb2b75d 100755 --- a/processmail +++ b/processmail @@ -317,7 +317,7 @@ sub FormatTriple { my ($a, $b, $c) = (@_); $^A = ""; my $temp = formline << 'END', $a, $b, $c; -^>>>>>>>>>>>>>>>>>>|^<<<<<<<<<<<<<<<<<<<<<<<<<<<|^<<<<<<<<<<<<<<<<<<<<<<<<<<~~ +^>>>>>>>>>>>>>>>>>>|^<<<<<<<<<<<<<<<<<<<<<<<<<<<|^<<<<<<<<<<<<<<<<<<<<<<<<<<<~~ END ; # This semicolon appeases my emacs editor macros. :-) return $^A;