[PATCH libreoffice-4-0] fdo#64205 escape '' in help text with <nowiki> tag

Andras Timar (via Code Review) gerrit at gerrit.libreoffice.org
Fri May 10 06:21:02 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3845

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/help refs/changes/45/3845/1

fdo#64205 escape '' in help text with <nowiki> tag

Change-Id: I07fed20194bcb4223c1070866fd147388da57ba9
---
M to-wiki/wikiconv2.py
1 file changed, 2 insertions(+), 1 deletion(-)



diff --git a/to-wiki/wikiconv2.py b/to-wiki/wikiconv2.py
index 00d43d2..fb19eae 100755
--- a/to-wiki/wikiconv2.py
+++ b/to-wiki/wikiconv2.py
@@ -129,7 +129,8 @@
     [["$[officename]", "{{ProductName}}"],
      ["%PRODUCTNAME", "{{ProductName}}"],
      ["$PRODUCTNAME", "{{ProductName}}"],
-     ["font size", u"\u200dfont size"]
+     ["font size", u"\u200dfont size"],
+     ["''","<nowiki>''</nowiki>"]
     ]
 
 def get_link_filename(link, name):

-- 
To view, visit https://gerrit.libreoffice.org/3845
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I07fed20194bcb4223c1070866fd147388da57ba9
Gerrit-PatchSet: 1
Gerrit-Project: help
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Andras Timar <atimar at suse.com>



More information about the LibreOffice mailing list