Skip to content

Commit c5d36aa

Browse files
authored
Update tcpdf.php
1 parent ca5b6de commit c5d36aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcpdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9852,7 +9852,7 @@ protected function _putcatalog() {
98529852
}
98539853
// start catalog
98549854
$oid = $this->_newobj();
9855-
$out = '<< ';
9855+
$out = '<<';
98569856
if (!empty($this->efnames)) {
98579857
$out .= ' /AF [ '. implode(' ', $this->efnames) .' ]';
98589858
}

0 commit comments

Comments
 (0)