summaryrefslogtreecommitdiffstats
path: root/hunspell
diff options
context:
space:
mode:
Diffstat (limited to 'hunspell')
-rw-r--r--hunspell/hunspell.rhbz918938.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/hunspell/hunspell.rhbz918938.patch b/hunspell/hunspell.rhbz918938.patch
index 8d235030a8ff..f1bdbd4ff8ba 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>");