<table> not being rendered properly in History
When adding a comment to an issue, I want to be able to create a table.
The table displays fine when viewing the comment.
But when I expand the History view, the view gets "mangled".
This came up because SVNGeminiCommenter adds comments as tables.
Has anyone else experienced problems adding tables to issue comments?
Here's the comment I'm trying to add (as HTML):
<table cellSpacing=0 cellPadding=3 border=1>
<tbody>
<tr>
<td class=gridSimpleHeader>SVN Revision No:</td>
<td class=gridSimpleItem>16</td></tr>
<tr>
<td class=gridSimpleHeader>Author:</td>
<td class=gridSimpleItem>jasona </td></tr>
<tr>
<td class=gridSimpleHeader vAlign=top>Comment:</td>
<td class=gridSimpleItem>Test 2<br>Issue #6<br></td></tr>
<tr>
<td class=gridSimpleHeader vAlign=top>Files:</td>
<td class=gridSimpleItem>U trunk/source/test.txt<br></td></tr></tbody></table>
|
jasona941
· 1 |
|
| Friday, April 28, 2006, 9:10:15 PM | |




