diff options
| -rw-r--r-- | FS/FS/cust_bill.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 4c37e68b2..e49e0f2c6 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1486,6 +1486,7 @@ sub print_pdf {  sub _latex_escape {    my $value = shift;    $value =~ s/([#\$%&~_\^{}])( )?/"\\$1". ( ( defined($2) && length($2) ) ? "\\$2" : '' )/ge; +  $value =~ s/([<>])/\$$1\$/g;    $value;  } | 
