diff options
author | ivan <ivan> | 2003-09-21 06:52:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-21 06:52:30 +0000 |
commit | 95b6fff06bd55cfc97647b056cb321b1b57c2d78 (patch) | |
tree | 3699b79d1e9d575bdf6587dcec62b484b47b549e /httemplate | |
parent | cd6707b49e29d62397c1e4107803965282ee0115 (diff) |
eliminate extraneous newlines
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/misc/download-batch.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/misc/download-batch.cgi b/httemplate/misc/download-batch.cgi index 3803c8464..5ee12f174 100644 --- a/httemplate/misc/download-batch.cgi +++ b/httemplate/misc/download-batch.cgi @@ -11,6 +11,5 @@ my( $mon, $y ) = ( $2, $1 ); $mon = "0$mon" if $mon < 10; my $exp = "$mon$y"; -%> -,,,,<%= $cust_pay_batch->cardnum %>,<%= $exp %>,<%= $cust_pay_batch->amount %>,<%= $cust_pay_batch->paybatchnum %> +%>,,,,<%= $cust_pay_batch->cardnum %>,<%= $exp %>,<%= $cust_pay_batch->amount %>,<%= $cust_pay_batch->paybatchnum %> <% } %> |