From 714a0df78ba7dff4f7a6b7dad1448514dcc0f862 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 10 Sep 2006 03:13:09 +0000 Subject: Revised copyright notices for PM's. Finished applying Dave's patch git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@54 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/mozilla/pw.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin/mozilla') diff --git a/bin/mozilla/pw.pl b/bin/mozilla/pw.pl index 1b219c8e..5ec4516d 100755 --- a/bin/mozilla/pw.pl +++ b/bin/mozilla/pw.pl @@ -18,19 +18,20 @@ sub getpassword { my ($s) = @_; $form->{endsession} = 1; - $form->header; $sessionexpired = qq||.$locale->text('Session expired!').qq|

| if $s; - print qq| + my $headeradd = qq| +|; + $form->header(undef, $headeradd); + print qq| $sessionexpired -- cgit v1.2.3