From 988ec48fea05902eb7ea22e43a44e86a36eee06a Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 4 Jun 2008 17:59:42 +0000 Subject: voxline invoice formatting --- conf/invoice_html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/invoice_html') diff --git a/conf/invoice_html b/conf/invoice_html index ae6910dba..a3ab6c0c2 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -117,7 +117,7 @@ '' ; if ( @{$line->{'ext_description'} } ) { - $OUT .= ''; + $OUT .= '
'; foreach my $ext_desc ( @{$line->{'ext_description'} } ) { $OUT .= ''. -- cgit v1.2.1