Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.3
-
None
-
Maven Site Plugin 2.1.1
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.