Merge remote branch 'upstream/master'

This commit is contained in:
Marco Antonio Nina
2013-03-19 10:20:49 -04:00
6 changed files with 64 additions and 38 deletions

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