From: ivan Date: Tue, 4 Mar 2008 03:37:50 +0000 (+0000) Subject: and fix latex->html notes substituion for escaped #s X-Git-Tag: TRIXBOX_2_6~31 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9f54e4ca87b9e83b95730543a3feb033e82d07e6 and fix latex->html notes substituion for escaped #s --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 9b7752a6d..1d4060130 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1676,6 +1676,7 @@ sub print_generic { s/\\textbf\{(.*)\}/$1<\/b>/g; s/\\\\\*/
/g; s/\\dollar ?/\$/g; + s/\\#/#/g; $_; } @_ },