diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-16 19:21:42 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-16 19:21:42 +0000 |
commit | 92938ad31580add398301ec3b419c390eac84518 (patch) | |
tree | ddf17b9372000b62a3d7a29d7da115e307b1dd87 /bin | |
parent | 1be71e9221e87fc506599fbf1d27346a208828d9 (diff) |
Removing stray quote from button label (1814444)
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1766 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/am.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -836,7 +836,7 @@ qq|<td><a href=$form->{script}?action=edit_department&id=$ref->{id}&path=$form-> print qq| <button class="submit" type="submit" name="action" value="add_department">| . $locale->text('Add Department') - . qq|"</button>|; + . qq|</button>|; if ( $form->{lynx} ) { require "bin/menu.pl"; |