From: ivan Date: Thu, 1 Feb 2007 01:57:12 +0000 (+0000) Subject: eliminate \\* in the cheesy latex->html notes thing X-Git-Tag: TRIXBOX_2_6~695 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ff40e4713971790ef6e334bfb34c3657b7d23d80 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)