summaryrefslogtreecommitdiff
path: root/helpcontent2/to-wiki/wikiconv2.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/to-wiki/wikiconv2.py')
-rwxr-xr-xhelpcontent2/to-wiki/wikiconv2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/to-wiki/wikiconv2.py b/helpcontent2/to-wiki/wikiconv2.py
index 7772030aca..837ffebf2e 100755
--- a/helpcontent2/to-wiki/wikiconv2.py
+++ b/helpcontent2/to-wiki/wikiconv2.py
@@ -534,7 +534,7 @@ class Table(ElementBase):
def get_all(self):
# + ' align="left"' etc.?
- text = '{| border="1"\n' + \
+ text = '{| class="wikitable"\n' + \
ElementBase.get_all(self) + \
'|}\n\n'
return text