summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-16 19:21:42 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-16 19:21:42 +0000
commit92938ad31580add398301ec3b419c390eac84518 (patch)
treeddf17b9372000b62a3d7a29d7da115e307b1dd87
parent1be71e9221e87fc506599fbf1d27346a208828d9 (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
-rwxr-xr-xbin/am.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/am.pl b/bin/am.pl
index 5c971d91..479fcb83 100755
--- a/bin/am.pl
+++ b/bin/am.pl
@@ -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";