diff options
Diffstat (limited to 'httemplate')
-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 cea77fe1a..02c6c5428 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -92,7 +92,7 @@ function achclose() { <TD>Exp.</TD> <TD> <SELECT NAME="month"> - <% for ( ( map "0$_", 1 .. 9 ), 11, 12 ) { %> + <% for ( ( map "0$_", 1 .. 9 ), 10 .. 12 ) { %> <OPTION<%= $_ == $month ? ' SELECTED' : '' %>><%= $_ %> <% } %> </SELECT> |