summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-02-01 01:57:12 +0000
committerivan <ivan>2007-02-01 01:57:12 +0000
commitff40e4713971790ef6e334bfb34c3657b7d23d80 (patch)
tree388d5de8ba5afe60abf712eaba0d367a213ad9b8
parent5e8eef98b3f9963f835504ddfc1dbf146be07430 (diff)
eliminate \\* in the cheesy latex->html notes thing
-rw-r--r--FS/FS/cust_bill.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 1016b80ec..00de74a97 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2331,6 +2331,7 @@ sub print_html {
s/\\item / <li>/;
s/\\end\{enumerate\}/<\/ol>/;
s/\\textbf\{(.*)\}/<b>$1<\/b>/;
+ s/\\\\\*/ /;
$_;
}
$conf->config_orbase('invoice_latexnotes', $template)