]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix for 38624: "New value" column smaller than "old value" column. added an
authorcyeh%bluemartini.com <>
Wed, 30 Aug 2000 00:01:54 +0000 (00:01 +0000)
committercyeh%bluemartini.com <>
Wed, 30 Aug 2000 00:01:54 +0000 (00:01 +0000)
extra "<" in FormatTriple so that old/new are the same size

processmail

index 9019287febd63aeca00877a5a884f60a093c711e..35ecb2b75d8dff0466eac02893225af54ddcbe7e 100755 (executable)
@@ -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;