From c2dda789d8bea0ffa99ea4cdf0c50fb395ae40aa Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 26 Sep 2008 08:19:14 +0000 Subject: [PATCH] Nicht doppelt quoten. --- bin/mozilla/ct.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 928a6efc8..b603a3510 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -245,9 +245,6 @@ sub edit { CT->get_tuple(\%myconfig, \%$form); CT->populate_drop_down_boxes(\%myconfig, \%$form); - # format " into " - map { $form->{$_} =~ s/\"/"/g } keys %$form; - $form->{title} = "Edit"; # format discount -- 2.20.1