summaryrefslogtreecommitdiffstats
path: root/processmail
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-08-30 02:01:54 +0200
committercyeh%bluemartini.com <>2000-08-30 02:01:54 +0200
commit89934374cd05b67a2107b295c16b307007a8b601 (patch)
tree1d2bc4bccee43e2554074451223819215522431f /processmail
parent9e33c8aefffc50381b2a0f41f2438a72b100ef5d (diff)
downloadbugzilla-89934374cd05b67a2107b295c16b307007a8b601.tar.gz
bugzilla-89934374cd05b67a2107b295c16b307007a8b601.tar.xz
fix for 38624: "New value" column smaller than "old value" column. added an
extra "<" in FormatTriple so that old/new are the same size
Diffstat (limited to 'processmail')
-rwxr-xr-xprocessmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/processmail b/processmail
index 9019287fe..35ecb2b75 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;