From: ivan Date: Mon, 22 Dec 2008 00:51:54 +0000 (+0000) Subject: have \& in invoice_latexreturnaddress translate to & in HTML, RT#4426 X-Git-Tag: freeside_1_7_4rc1~133 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d4b9486e967586d590ed47dd7d7e4219b113ee23;p=freeside.git have \& in invoice_latexreturnaddress translate to & in HTML, RT#4426 --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index ccfec79e8..1dbfe542b 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2271,7 +2271,7 @@ sub print_html { s/~/ /g; s/\\\\\*?\s*$/
/; s/\\hyphenation\{[\w\s\-]+\}//; - s/\\([&])/\1/g; + s/\\([&])/$1/g; $_; } $conf->config_orbase( 'invoice_latexreturnaddress',