From ff40e4713971790ef6e334bfb34c3657b7d23d80 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 1 Feb 2007 01:57:12 +0000 Subject: [PATCH] eliminate \\* in the cheesy latex->html notes thing --- FS/FS/cust_bill.pm | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.0