Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


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@suse.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.