summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-12-25 11:59:50 +0700
committerPetr Mladek <pmladek@suse.cz>2012-02-10 17:55:05 +0100
commit2e26e7a87840a096a6f3c47c23670717a2e5cb12 (patch)
treeedab5e22b6e69de808b3887b45621172e07ac370
parent156670a5401b55f5b9a938c6d673f27137077e09 (diff)
wikihelp: change table default to class="wikitable"
Signed-off-by: Jan Holesovsky <kendy@suse.cz> Signed-off-by: Petr Mladek <pmladek@suse.cz>
-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 0ad50385e3..6bbe80e207 100755
--- a/helpcontent2/to-wiki/wikiconv2.py
+++ b/helpcontent2/to-wiki/wikiconv2.py
@@ -531,7 +531,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