diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-20 19:49:41 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-20 19:49:41 +0000 |
commit | dde228cecf32aec33a3f8e12c29d70214278bfad (patch) | |
tree | 616754da0f4c2ebdccdbdb5b177d2d35db2effe3 | |
parent | e783d17dd9470f2dc2868e05119ea5bdaf0d00aa (diff) |
Fixing braindead issue on my part.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1883 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | UI/Customer/customer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/Customer/customer.html b/UI/Customer/customer.html index 3b45e91e..4bd9ae8d 100644 --- a/UI/Customer/customer.html +++ b/UI/Customer/customer.html @@ -320,6 +320,6 @@ value="save_bank_account"><?lsmb text('Save') ?></button> </div> </div> -<?lsmb #END ?> +<?lsmb END ?> </body> </html> |