Details
-
Bug
-
Resolution: Fixed
-
Critical
-
0.9.1252
-
None
-
RedHat 4 - Linux 2.6.9
JDK JRockit 1.5.0_6
Tomcat 5.5.17
JAVA_OPTS="-server -Dfile.encoding=UTF-8"
The encoding is UTF-8 (web.xml, xwiki.cfg, velocity.properties)
-
WYSIWYG table
-
Description
I tried to create a table thanks to the WYSIWYG editor.
I got the following result :
table: null
The genereted XWiki structure is :
{table}Test1 |Test2
Test3
|Test4
Test5
|Test6
{table}
Whereas it should be :
{table}Test1|Test2
Test3|Test4
Test5|Test6{table}