SyntaxFix
Write A Post
Hire A Developer
Questions
for my case Footer method was having malformed html code (missing td) causing error on osx.
public function Footer() { $this->SetY(-40); $html = <<<EOD <table> <tr> Test Data </tr> </table> EOD; $this->writeHTML($html); }