From 9554e641af877ee08eeae9adae4acf4d8b1d198d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 25 Nov 2009 17:30:44 +0100 Subject: the definition needs xml escaping, too --- tools/linguist/shared/qph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linguist/shared/qph.cpp b/tools/linguist/shared/qph.cpp index 24148fd..fb4fee9 100644 --- a/tools/linguist/shared/qph.cpp +++ b/tools/linguist/shared/qph.cpp @@ -167,7 +167,7 @@ static bool saveQPH(const Translator &translator, QIODevice &dev, ConversionData t << " " << protect(str) << "\n"; if (!msg.comment().isEmpty()) - t << " " << msg.comment() << "\n"; + t << " " << protect(msg.comment()) << "\n"; t << "\n"; } t << "\n"; -- cgit v0.12