diff options
-rwxr-xr-x | LedgerSMB/Menu.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Menu.pm b/LedgerSMB/Menu.pm index 417f6cba..723149fd 100755 --- a/LedgerSMB/Menu.pm +++ b/LedgerSMB/Menu.pm @@ -27,7 +27,7 @@ sub menuitem { my $target = ($self->{$item}{target}) ? $self->{$item}{target} : ""; my $level = $form->escape($item); - my $str = qq|<a href="$module?path=$form->{path}&action=$action&level=$level&login=$form->{login}&timeout=$form->{timeout}&sessionid=$form->{sessionid}&js=$form->{js}|; + my $str = qq|<a style="display:block;" href="$module?path=$form->{path}&action=$action&level=$level&login=$form->{login}&timeout=$form->{timeout}&sessionid=$form->{sessionid}&js=$form->{js}|; my @vars = qw(module action target href); |