There are 2 comments.
 
 
MediaWiki tools / cid:jira-generated-image-avatar-028bd73b-9891-472e-86ae-6dc10efd2b67 MEDIAWIKI-125 Open

Table Header not imported

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-09296abb-a33f-4473-8935-de1abea95b6a Clearingstelle EEG|KWKG on 26/May/25 09:42
 

Thank you very much for your work, xwiki and this importer is really nice!

We found another bug concerning missing headers after importing, probably the problem is an image in the table:

{| class="wikitable" |+ !Header 1 !Header 2 |- |[[File:image1.png|center|thumb|400x400px]] |[[File:image2.png|center|thumb|425x425px]] |}

 

 

 
cid:jira-generated-image-avatar-09296abb-a33f-4473-8935-de1abea95b6a Clearingstelle EEG|KWKG on 26/May/25 09:42
 
Thank you very much for your work, xwiki and this importer is really nice!

We found another bug concerning missing headers after importing, probably the problem is an image in the table:
{code:java}
{| class="wikitable"
|+
!Header 1
!Header 2
|-
|[[File:image1.png|center|thumb|400x400px]]
|[[File:image2.png|center|thumb|425x425px]]
|}
{code}