From e1e374c37cafcb4e9e26a9ec30c8234b26dc0dad Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 4 Mar 2008 03:34:14 +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 ee95be83a..9b7752a6d 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1674,7 +1674,7 @@ sub print_generic { s/\\item /
  • /g; s/\\end\{enumerate\}/<\/ol>/g; s/\\textbf\{(.*)\}/$1<\/b>/g; - s/\\\\\*/ /; + s/\\\\\*/
    /g; s/\\dollar ?/\$/g; $_; } @_ -- 2.11.0