diff options
-rw-r--r-- | hunspell/hunspell.rhbz918938.patch | 2 |
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, "<", "<"); + myrep(entry, "&", "&"); ++ myrep(entry, "<", "<"); + r.append(entry); + + r.append("</a>"); |