diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-11 23:52:28 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-11 23:52:28 +0000 |
commit | 2080760449150c38244b62db01532ac9445aaefe (patch) | |
tree | 4e26fbcf9eb7b10a43a8619bbb6f0e6a01b0dc77 /bin/login.pl | |
parent | 4821e8f07f6c3da900cfde354b47adcdd6bf8689 (diff) |
Fixing improper body closure
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1267 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/login.pl')
-rwxr-xr-x | bin/login.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/login.pl b/bin/login.pl index be626d7d..a8e47a0e 100755 --- a/bin/login.pl +++ b/bin/login.pl @@ -189,7 +189,7 @@ sub selectdataset { $form->header(1); print qq| -<body class="login" onload="document.forms[0].password.focus()" /> +<body class="login" onload="document.forms[0].password.focus()"> <br /><br /> <center> <table class="login" border="3" cellpadding="20"> |