From 75d05a5aee75581c00c50d6f238198ab9328d148 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 4 Mar 2008 03:34:17 +0000 Subject: [PATCH] fix latex->html notes substituion for newlines --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /
  • /g; s/\\end\{enumerate\}/<\/ol>/g; s/\\textbf\{(.*)\}/$1<\/b>/g; - s/\\\\\*/ /; + s/\\\\\*/
    /g; s/\\dollar ?/\$/g; $_; } -- 2.20.1