diff options
-rwxr-xr-x | helpcontent2/to-wiki/wikiconv2.py | 2 |
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 |