From: ivan Date: Thu, 1 Feb 2007 01:57:12 +0000 (+0000) Subject: eliminate \\* in the cheesy latex->html notes thing X-Git-Tag: freeside_1_7_2~1^2~59 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ff40e4713971790ef6e334bfb34c3657b7d23d80;p=freeside.git eliminate \\* in the cheesy latex->html notes thing --- 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 /
  • /; s/\\end\{enumerate\}/<\/ol>/; s/\\textbf\{(.*)\}/$1<\/b>/; + s/\\\\\*/ /; $_; } $conf->config_orbase('invoice_latexnotes', $template)