X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fmenunew.pl;h=e91d8a32008879913e7c3ad86d895c78c63e4ec1;hb=f559ec45ea2fc09c361ef7e4a40a59b1f2133737;hp=1e05b801a9e695f235be71ac74ad30ebb128069b;hpb=d629acd82a27e980899a044ca8b0f4becc8e94bb;p=kivitendo-erp.git diff --git a/bin/mozilla/menunew.pl b/bin/mozilla/menunew.pl index 1e05b801a..e91d8a320 100644 --- a/bin/mozilla/menunew.pl +++ b/bin/mozilla/menunew.pl @@ -101,11 +101,12 @@ sub clock_line { print qq| - - - - - +
+ |; print qq| @@ -352,7 +370,7 @@ sub section_menu { $item = shift @menuorder; $label = $item; $ml = $item; - $label =~ s/$level--//g; + $label =~ s/\Q$level\E--//g; $ml =~ s/--.*//; $label = $locale->text($label); $label =~ s/ / /g;