Commit 89934374 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 38624: "New value" column smaller than "old value" column. added an

extra "<" in FormatTriple so that old/new are the same size
parent 9e33c8ae
...@@ -317,7 +317,7 @@ sub FormatTriple { ...@@ -317,7 +317,7 @@ sub FormatTriple {
my ($a, $b, $c) = (@_); my ($a, $b, $c) = (@_);
$^A = ""; $^A = "";
my $temp = formline << 'END', $a, $b, $c; my $temp = formline << 'END', $a, $b, $c;
^>>>>>>>>>>>>>>>>>>|^<<<<<<<<<<<<<<<<<<<<<<<<<<<|^<<<<<<<<<<<<<<<<<<<<<<<<<<~~ ^>>>>>>>>>>>>>>>>>>|^<<<<<<<<<<<<<<<<<<<<<<<<<<<|^<<<<<<<<<<<<<<<<<<<<<<<<<<<~~
END END
; # This semicolon appeases my emacs editor macros. :-) ; # This semicolon appeases my emacs editor macros. :-)
return $^A; return $^A;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment