codeigniter dom-pdf - 未找到块级父级。不好
codeigniter dom-pdf - No block-level parent found. Not good
致命错误:未捕获异常 'DOMPDF_Exception' 消息 'No block-level parent found. Not good.' system/library/dompdf/include/inline_positioner。cls.php:37
删除 <thead>
和 <tbody>
标签
并删除 <html><head>
、 </head><body>
和 </body></html>
之间的 space
它将正常工作。!
致命错误:未捕获异常 'DOMPDF_Exception' 消息 'No block-level parent found. Not good.' system/library/dompdf/include/inline_positioner。cls.php:37
删除 <thead>
和 <tbody>
标签
并删除 <html><head>
、 </head><body>
和 </body></html>
它将正常工作。!