diff options
-rw-r--r-- | httemplate/misc/payment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index f30e4098e..a3db58f72 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -60,7 +60,7 @@ <TR ID="apply_box_row"> <TH ALIGN="right"><% mt('Auto-apply to invoices') |h %></TH> - <TD COLSPAN=2> + <TD> <SELECT NAME="apply" ID="apply_box"> <OPTION VALUE="yes" SELECTED><% mt('yes') |h %></OPTION> <OPTION VALUE=""><% mt('not now') |h %></OPTION> |