Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2721

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/21/2721/1

safer order of replacement

Change-Id: I912dbb6eddbb91bd9d5e18fb169f498df692d0e6
---
M hunspell/hunspell.rhbz918938.patch
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/hunspell/hunspell.rhbz918938.patch 
b/hunspell/hunspell.rhbz918938.patch
index 8d23503..f1bdbd4 100644
--- a/hunspell/hunspell.rhbz918938.patch
+++ b/hunspell/hunspell.rhbz918938.patch
@@ -57,8 +57,8 @@
 +        std::string entry((*slst)[i]);
          free((*slst)[i]);
 +        myrep(entry, "\t", " ");
-+        myrep(entry, "<", "&lt;");
 +        myrep(entry, "&", "&amp;");
++        myrep(entry, "<", "&lt;");
 +        r.append(entry);
 +
 +        r.append("</a>");

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I912dbb6eddbb91bd9d5e18fb169f498df692d0e6
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Caolán McNamara <caol...@redhat.com>

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to