[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [581] trunk/bin/am.pl



Revision: 581
          http://svn.sourceforge.net/ledger-smb/?rev=581&view=rev
Author:   tetragon
Date:     2006-11-13 20:49:36 -0800 (Mon, 13 Nov 2006)

Log Message:
-----------
Fix rendering of tax config form for Firefox

Modified Paths:
--------------
    trunk/bin/am.pl

Modified: trunk/bin/am.pl
===================================================================
--- trunk/bin/am.pl	2006-11-14 04:40:17 UTC (rev 580)
+++ trunk/bin/am.pl	2006-11-14 04:49:36 UTC (rev 581)
@@ -1932,7 +1932,7 @@
       $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> |;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.