Actions
Bug #15763
closedUnnecessary table row in typo3-db-list
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-03-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the list module, every table starts with this row:
-- snip --
<tr>
<td nowrap="nowrap"><img src="clear.gif" width="1" height="8" alt="" /></td>
<td nowrap="nowrap"><img src="clear.gif" width="230" height="1" alt="" /></td>
<td nowrap="nowrap"></td>
<td nowrap="nowrap"></td>
</tr>
-- snip --
I looked where it is generated but couldn't find it, otherwise I would have attached a patch.
Please just erase that line and maybe give the table a bit more margin-bottom.
It is just used as a spacer but prevents us from styling the table with a border, because then the spacer always gets visible as an empty row.
(issue imported from #M2763)
Actions