我一直在使用dompdf作为我的应用程序,但在切换我的服务器后,我一直在输出空白。我打开调试后出现以下错误。
DOMDocument::loadHTML(): Opening and ending tag mismatch: div and table in Entity,
line: 131 DOMDocument::loadHTML(): Opening and ending tag mismatch: div and table in Entity, line: 132 DOMDocument::
loadHTML(): Opening and ending tag mismatch: div and table in Entity, line: 133
Unable to stream pdf: headers already sent
它所指的代码如下
<tr style="border:2px solid lightgray;border-right:none;border-left:none;border-top:none;">
<th style="width:33.333333333333333%;text-align:left;">Activity</th>
<th style="width:16.666666666666666%;text-align:left;">Hours</th>
<th style="width:25%;text-align:left;">Rate</th>
<th style="width:25%;text-align:right;">Line Total</th>
</tr>
非常感谢任何帮助。非常感谢提前。