Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.9 M1, 1.8.2
-
None
-
Unit
-
Unknown
-
Description
The conversion to xwiki 2.0 does not honor empty cells and mixes up the whole table.
e.g
{table}
A | B | C | D
X | | X |
X | X | X | X
X | X | | X
{table}
is converted to:
|=A|=B|=C|=D |X|X |X|X|X|X |X|X|X