summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorivan <ivan>2003-09-21 06:52:29 +0000
committerivan <ivan>2003-09-21 06:52:29 +0000
commit37f6561d91ca774c353110fceaf402a660c5ca0a (patch)
tree9130721d16ae446b30e60608858e3ac70e825fb1 /httemplate/misc
parentda2c82df398b6800d41810974f990f93bdcd2802 (diff)
eliminate extraneous newlines
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/download-batch.cgi3
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 %>
<% } %>