summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-12-22 00:51:54 +0000
committerivan <ivan>2008-12-22 00:51:54 +0000
commitd4b9486e967586d590ed47dd7d7e4219b113ee23 (patch)
tree9fafabc4c3a5dcf5182d695a81a9ec6a8c5564e7
parenta616aeae641ff885b0bb4667d38d87a769f7254f (diff)
have \& in invoice_latexreturnaddress translate to & in HTML, RT#4426
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index ccfec79..1dbfe54 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2271,7 +2271,7 @@ sub print_html {
s/~/&nbsp;/g;
s/\\\\\*?\s*$/<BR>/;
s/\\hyphenation\{[\w\s\-]+\}//;
- s/\\([&])/\1/g;
+ s/\\([&])/$1/g;
$_;
}
$conf->config_orbase( 'invoice_latexreturnaddress',