diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-14 04:49:36 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-14 04:49:36 +0000 |
commit | fd8bec5fec1e73b95512cd3fa1ad4eabddfce9a8 (patch) | |
tree | d7069cc122f9090ee4c575520f71286fc2a0b6ed /bin/am.pl | |
parent | 1ac2c8b4fc96851bc9e37fdc3d1219cdddb72a35 (diff) |
Fix rendering of tax config form for Firefox
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@581 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/am.pl')
-rwxr-xr-x | bin/am.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1932,7 +1932,7 @@ sub display_taxes { $modulenum =~ s/^taxmodule_//; print '<option label="'.$form->{$taxmodule}.'" value="'.$modulenum . '"'; print " SELECTED " if $form->{$taxmodule} eq $form->{"taxmodulename_$i"}; - print " />\n"; + print ">".$form->{$taxmodule}."</option>\n"; } print qq|</select></td> </tr> |; |