From: ivan Date: Tue, 4 Mar 2008 03:34:17 +0000 (+0000) Subject: fix latex->html notes substituion for newlines X-Git-Tag: freeside_1_7_3rc1~73 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=75d05a5aee75581c00c50d6f238198ab9328d148;p=freeside.git fix latex->html notes substituion for newlines --- 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; $_; }