summaryrefslogtreecommitdiff
path: root/helpcontent2
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-12-25 11:59:50 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-12-25 11:59:50 +0700
commit6f9c6e1b25ed6077b55392d82487cd8c165694ac (patch)
tree50812a25e5925ad3d1302239cf622f1cada501cf /helpcontent2
parent7bf1c81fc0a9b04de49d46218d946ad06cd8a61f (diff)
wikihelp: change table default to class="wikitable"
Diffstat (limited to 'helpcontent2')
-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