summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index a44d4ad1f..eebff0766 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2214,7 +2214,7 @@ sub print_html {
s/\\item / <li>/g;
s/\\end\{enumerate\}/<\/ol>/g;
s/\\textbf\{(.*)\}/<b>$1<\/b>/g;
- s/\\\\\*/ /;
+ s/\\\\\*/<br>/g;
s/\\dollar ?/\$/g;
$_;
}