summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2011-01-15 03:25:15 +0000
committerOthmar Gsenger <otti@wirdorange.org>2011-01-15 03:25:15 +0000
commit2d50ecfa3224be4bce1373b27937ac450d983025 (patch)
tree309e048ff526b4a7bc5fa27ac0dc5cf97f4162c4
parentchristian schon fast zufriednen (diff)
whatever
-rw-r--r--local/menu.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/menu.pm b/local/menu.pm
index 918e9f5..6c63c89 100644
--- a/local/menu.pm
+++ b/local/menu.pm
@@ -31,7 +31,7 @@ sub start_html
my $active = $self->{REQUEST_URI};
my $html= CGI::start_html(-style=>{'src'=>'/style.css'},-title=>$title);
my $user = new local::user($ENV{REMOTE_USER});
- $html.= table({class=>'nohigh',style=>'padding-bottom:0.5em;'},Tr({class=>'nohigh'},td({style=>'font-weight: bold'},[qw/ share.ffgraz.net /]),td({align=>'right'},[b('Angemeldet als: ').$user->get_name])));
+ $html.= table({class=>'nohigh'},Tr({class=>'nohigh'},td({style=>'font-weight: bold'},[qw/ share.ffgraz.net / ]),td({class=>'login',align=>'right'},[nobr(b('Angemeldet&nbsp;als:&nbsp;').$user->get_name)])));
$html.= CGI::start_div({class=>'bodydiv'});
my @elements;
foreach my $url (sort {$menus{$a}->[0] <=> $menus{$b}->[0] } keys %menus)