> --- koffice/tools/thesaurus/main.cc #1.40:1.40.2.1 > @@ -681,4 +681,5 @@ void Thesaurus::wnExited(KProcess *) > } > // Escape XML: > + l = l.replace('&', "&"); > l = l.replace(QRegExp("<"), "<"); > l = l.replace(QRegExp(">"), ">"); Isn't this wrong? After all, this would replace "&lt;" with "<", while it should be "<". _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org https://mail.kde.org/mailman/listinfo/koffice-devel