X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1072cd08c6f5b1905a34dcb3eeab3ddec98d6905..6eee850259ed40762406faecaa0cd302bcdf10c6:/bin/mozilla/menuv4.pl diff --git a/bin/mozilla/menuv4.pl b/bin/mozilla/menuv4.pl index ae82d45f8..25d7d792c 100644 --- a/bin/mozilla/menuv4.pl +++ b/bin/mozilla/menuv4.pl @@ -44,7 +44,7 @@ use strict; sub display { my $form = $main::form; - $form->header(qq||); + $form->header(extra_code => qq||); $form->{date} = clock_line(); $form->{menu} = acc_menu(); @@ -126,7 +126,7 @@ sub print_menu { my $h = print_menu($menu, "${parent}${item}", $depth * 1 + 1)."\n"; if (!$parent) { - $html .= qq|\n|; + $html .= qq|\n|; } else { $html .= qq|
  • ${menu_text}
  • \n|; }