hunspell/hunspell.rhbz918938.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18c1fa36b642cb82b070239b18e937236212e816
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Mar 14 11:26:26 2013 +0000

    safer order of replacement
    
    Change-Id: I912dbb6eddbb91bd9d5e18fb169f498df692d0e6

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>");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to