From 75f04d3e263d09c407ab873834335ed89a2b6769 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 29 May 2007 11:03:09 +0000 Subject: [PATCH] =?utf8?q?Zerschossenes=20Layout=20durch=20Verwendung=20de?= =?utf8?q?r=20gleichen=20Variablen=20f=C3=BCr=20unterschiedliche=20Dinge?= =?utf8?q?=20behoben.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/oe.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 10152d736..41434c812 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1407,7 +1407,7 @@ sub search { $labels{$item->{"id"}} = $item->{"name"} ne "" ? $item->{"name"} : $item->{"login"}; } - my $employee = qq| + my $employee_block = qq| | . $locale->text('Employee') . qq| | . @@ -1457,7 +1457,7 @@ sub search { $ordlabel - $employee + $employee_block | . $locale->text('Transaction description') . qq| -- 2.20.1