From 540030ff9826439d94f3f4292ab79b9be8795acc Mon Sep 17 00:00:00 2001 From: Bernd Blessmann Date: Wed, 11 Jan 2012 15:42:50 +0100 Subject: [PATCH] =?utf8?q?Bugfix=20f=C3=BCr=20=201648=20-=20bebuchte=20Kon?= =?utf8?q?ten=20sollten=20nicht=20in=20=C3=9Cberschriften=20umgewandelt=20?= =?utf8?q?werden=20k=C3=B6nnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit wird jetzt auf der Oberfläche verhindert. --- bin/mozilla/am.pl | 22 ++++++---------------- doc/changelog | 1 + templates/webpages/am/edit_accounts.html | 17 ++++++++++++++++- 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 997fd2c28..2dacb6f98 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -328,22 +328,11 @@ sub account_header { } # preselection chart type - my $select_charttype = q{}; - - my %charttype = ( - 'A' => $locale->text('Account'), - 'H' => $locale->text('Heading'), - ); - - foreach my $item ( sort({ $a <=> $b } keys %charttype) ) { - if ($item eq $form->{charttype}) { - $select_charttype .= qq|