summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2008-06-05 19:06:50 +0000
committerjeff <jeff>2008-06-05 19:06:50 +0000
commit3b54099d7b5532a411bb477006d78844c0597745 (patch)
treec84a066d32e106e7e3c68f07e5954355b1a48965
parent943ed94ca5c48732ed064598c49599199e3b6d53 (diff)
dash removal
-rw-r--r--conf/invoice_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index 4dd1078..5afbb7a 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -134,7 +134,7 @@
foreach my $ext_desc ( @{$line->{'ext_description'} } ) {
$OUT .=
'<tr class="invoice_extdesc">'.
- '<td align="left">-&nbsp;'. $ext_desc. '</td>'.
+ '<td align="left">&nbsp;&nbsp;'. $ext_desc. '</td>'.
'</tr>'
}
$OUT .= '</table></td><td></td></tr>';