X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Ftcpdf.php;h=ba54e66a3ea08b8a96f70a25d25fb50be43c1516;hb=510d6e1925c4d1621ae3efd85e117cc9bb4320f0;hp=48504eb945a7db15c5e70b8cb009410b583e87ee;hpb=754892d8db24bad8aeefd50ba0ce5635d2d8d9b9;p=fa-stable.git diff --git a/reporting/includes/tcpdf.php b/reporting/includes/tcpdf.php index 48504eb9..ba54e66a 100644 --- a/reporting/includes/tcpdf.php +++ b/reporting/includes/tcpdf.php @@ -5729,7 +5729,7 @@ if (!class_exists('TCPDF')) { */ function unhtmlentities($text_to_convert) { if (!$this->isunicode) { - return html_entity_decode($text_to_convert); + return html_entity_decode($text_to_convert, ENT_QUOTES); } return html_entity_decode_php4($text_to_convert); }