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/gl.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/gl.pl')
-rwxr-xr-x | bin/gl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1115,7 +1115,7 @@ qq|<textarea name=notes rows=$rows cols=50 wrap=soft>$form->{notes}</textarea>|; $form->header; print qq| -<body onload="document.forms[0].${focus}.focus()" /> +<body onload="document.forms[0].${focus}.focus()"> <form method=post action=$form->{script}> |; |