Active
Project:
Pdfview
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2006 at 18:00 UTC
Updated:
15 Jan 2007 at 09:10 UTC
PDFview and tcpdf seem to be working just fine. But, a simple test table in a simple page did not work.
<table>
<tr>
<th>test</th>
<th>test</th>
</tr>
<tr>
<td>test</td>
<td>test</td>
</tr>
</table>
The table is not rendered. The output looks like this:
test
test
test
test
Drupal looks to be stripping out the html tags. I've set the filter default to full html (no improvement). I've set this as a bug, but it may be a configuration problem on my end. Any suggestions?
Comments
Comment #1
Egon Bianchet commentedTCPDF doesn't render tables ... probably we should write an equivalent of theme_table and find a way to call it when appropriate