eliminate \\* in the cheesy latex->html notes thing
authorivan <ivan>
Thu, 1 Feb 2007 01:57:12 +0000 (01:57 +0000)
committerivan <ivan>
Thu, 1 Feb 2007 01:57:12 +0000 (01:57 +0000)
FS/FS/cust_bill.pm

index 1016b80..00de74a 100644 (file)
@@ -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)