summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelpcontent2/to-wiki/wikiconv2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py
index 837ffebf2e..502d05bd03 100755
--- a/helpcontent2/to-wiki/wikiconv2.py
+++ b/helpcontent2/to-wiki/wikiconv2.py
@@ -40,8 +40,8 @@ replace_paragraph_role = \
'paragraph': '',
'related': '', # used only in one file, probably in error?
'relatedtopics': '', # used only in one file, probably in error?
- 'tablecontent': '| ',
- 'tablecontentcode': '| <code>',
+ 'tablecontent': '| | ',
+ 'tablecontentcode': '| | <code>',
'tablehead': '! scope="col" | ',
'tablenextpara': '\n',
'tablenextparacode': '\n<code>',