Issue with tables in tiki 19
Dear forum reader,
I run Tiki release 19.0 and there is always an issue with tables. The first row of tbody is build wrong. To show you, what it does in HTML, look at the following extract from the page:
Copy to clipboard
<thead> <tr> <th>row1-column1</th> <th>row1-column2</th> <th>row1-column3</th> </tr> </thead> <tbody> <tr> <td>wrong</td> <td>wrong</td> <td>s1r2</td> <td>s2r2</td> <td>s3r2</td> </tr> … … and so on with the rows … … … </tbody> </table>
My input to the editor is
Copy to clipboard
{FANCYTABLE(head="row1-column1|row1-column2|row1-column3")} ||s1r2|s2r2|s3r2 s1r3|s2r3|s3r3 s1r4|s2r4|s3r4|| {FANCYTABLE}
Tables always have these same two empty td's in the first row. No matter if it is a rare table or a fancytable. Does anybody have an idea, what is wrong with my Tiki? Maybe something is wrong with my administration work, but I can't find out.
The site's theme is „darkly“ and Tiki runs on an Ubuntu 18.04 server. No Wysiwyg editor. Pure Tiki Syntax and no HTML is in between.
Please have a look where it happens: https://steemwiki.org/testseite2