#2413 closed defect (bug) (invalid)
category view html tags replaced
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 2.0.1 |
Component: | Template | Keywords: | |
Focuses: | Cc: |
Description
i made a post with a table in the contents.
with this html code
<table width="440" cellspacing="5" cellpadding="3" border="0"> <tr> <td>5</td> <td>10-feb</td> <td>vrij</td> </tr> <tr> <td>6</td> <td>3-mrt</td> <td>vrij</td> </tr> </table>
when viewing the post in the archive or on the home page it's displayed correct
but when going to categorized view it replaces the table, tr, td tags to p and br
Note: See
TracTickets for help on using
tickets.