Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.3
-
Fix Version/s: 1.4
-
Component/s: Module - Apt
-
Labels:None
-
Environment:Maven Site Plugin 2.1.1
-
Number of attachments :
Description
When using the APT enhancement for table header cells the table itself automatically gets a border.
This table gets a border:
*-----------+-----------+ || Header 1 || Header 2 | *-----------+-----------+ Cell 1 | Cell 2 | *-----------+-----------+ Cell 3 | Cell 4 | *-----------+-----------+
We need to figure out a way to have table header cells in a table without borders.
Also cells 1 and 3 in the example are made into header cells, even though they haven't been specified as such.
Activity
Robert Scholte
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1.4 [ 18423 ] | |
| Assignee | Robert Scholte [ rfscholte ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Fixed in r1462841
I've added a test, nothing special there with borders.
Borders are more of a browser and/or cascading stylesheet issue, don't think we can or should fix it here.