From e5cef964a8ecfd08465dae64bcbc89ccb08b1f30 Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Sun, 4 Dec 2011 18:39:40 +0200 Subject: Fix misplaced doublequote --- swext/mediawiki/help/wikiformats.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swext') diff --git a/swext/mediawiki/help/wikiformats.xhp b/swext/mediawiki/help/wikiformats.xhp index 65a7c9e53145..450625757395 100644 --- a/swext/mediawiki/help/wikiformats.xhp +++ b/swext/mediawiki/help/wikiformats.xhp @@ -65,7 +65,7 @@ OpenDocument and especially LibreOffice represent tables that have joined cells that span rows as tables with nested tables. In contrast, the wiki model of table is to declare column and row spans for such joined cells. If only columns of the same row are joined, the result of the transformation resembles the source document very well. Borders -Irrespective of custom table styles for border and background, a table is always exported as "prettytable", which renders in the Wiki engine with simple borders and bold header. +Irrespective of custom table styles for border and background, a table is always exported as "prettytable", which renders in the Wiki engine with simple borders and bold header. Charset and special characters The charset of the transformation result is fixed to UTF-8. Depending on your system, this might not be the default charset. This might cause "special characters" to look broken when viewed with default settings. However, you can switch your editor to UTF-8 encoding to fix this. If your editor does not support switching the encoding, you can display the result of the transformation in the Firefox browser and switch the encoding to UTF-8 there. Now, you can cut and paste the transformation result to your program of choice. -- cgit