X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ffreenet%2Fintroductionpuzzlexml.cpp;h=1dea038bfda6359a1e7c93968b6c2c97cec0c9cc;hb=4430e7762844c66428b6f822288beb71b7f82b95;hp=348b7cacae14702e6c4a147a6865848748c645cc;hpb=b9c3763a932cebaa015a27fe111017f6f34dfbaa;p=fms.git diff --git a/src/freenet/introductionpuzzlexml.cpp b/src/freenet/introductionpuzzlexml.cpp index 348b7ca..1dea038 100644 --- a/src/freenet/introductionpuzzlexml.cpp +++ b/src/freenet/introductionpuzzlexml.cpp @@ -22,7 +22,7 @@ std::string IntroductionPuzzleXML::GetXML() tid->LinkEndChild(XMLCreateTextElement("Type",m_type)); - tid->LinkEndChild(XMLCreateTextElement("UUID",m_uuid)); + tid->LinkEndChild(XMLCreateCDATAElement("UUID",m_uuid)); tid->LinkEndChild(XMLCreateTextElement("MimeType",m_mimetype));