Little change in class OutputDocuments

This commit is contained in:
Julio Cesar Laura
2013-03-18 18:56:50 -04:00
parent 48a0e03976
commit d71e85611d

View File

@@ -858,7 +858,6 @@ class OutputDocument extends BaseOutputDocument
}
$doc = new DOMDocument('1.0', 'UTF-8');
$doc->loadHtml($sContent);
$doc->encoding = 'UTF-8';
$pdf->writeHTML($doc->saveXML(), false, false, false, false, '');
// ---------------------------------------------------------
// Close and output PDF document