From 8b962718eaa9f89a10f498b6acc98eb50a0f8255 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 10 Mar 2009 13:24:58 +0000 Subject: [PATCH] =?utf8?q?Bug=20882,=20Patch=20=C3=BCbernommen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ir.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 87225eb04..c5295f7e9 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -777,9 +777,9 @@ sub form_footer { qq| |; $column_data{"source_$i"} = - qq|{"source_$i"}>|; + qq||; $column_data{"memo_$i"} = - qq|{"memo_$i"}>|; + qq||; map { print qq|$column_data{"${_}_$i"}\n| } @column_index; -- 2.20.1