eliminate extraneous newlines
authorivan <ivan>
Sun, 21 Sep 2003 06:52:30 +0000 (06:52 +0000)
committerivan <ivan>
Sun, 21 Sep 2003 06:52:30 +0000 (06:52 +0000)
httemplate/misc/download-batch.cgi

index 3803c84..5ee12f1 100644 (file)
@@ -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 %>
 <% } %>