summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2012-11-05 14:16:29 +0100
committerPetr Mladek <pmladek@suse.cz>2012-11-05 14:16:29 +0100
commitfd9c83bc7973256b0d67746dc5774a67bede0906 (patch)
tree49be9d51e9a06151b569e74a323b197af2398dfb
parent6f35bcb23e7be476ec9a686b928d32aabbd24077 (diff)
parent63b4707e8f51ea0c41495195bbf4af147184505a (diff)
Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6suse-3.6-9suse-3.6-8suse-3.6-7suse-3.6-6suse-3.6-5suse-3.6-12suse-3.6-11suse-3.6-10
-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>',