[PATCH 4/5] wikihelp: change table default to class="wikitable"
Korrawit Pruegsanusak
detective.conan.1412 at gmail.com
Sat Dec 24 20:59:50 PST 2011
Signed-off-by: Jan Holesovsky <kendy at suse.cz>
---
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 0ad5038..6bbe80e 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
--
1.7.3.1
--=-V1EnKp/ZAFsH3LYVmbTj
Content-Disposition: attachment; filename*0=0005-Hardcode-3.4-version-it-will-be-available-as-help.li.pat; filename*1=ch
Content-Type: text/x-patch; name="0005-Hardcode-3.4-version-it-will-be-available-as-help.li.patch"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
More information about the LibreOffice
mailing list