eliminate \\* in the cheesy latex->html notes thing
[freeside.git] / 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)