diff --git a/indra/llxml/llxmlnode.cpp b/indra/llxml/llxmlnode.cpp index fdde9ea17e..f3d192bb7e 100644 --- a/indra/llxml/llxmlnode.cpp +++ b/indra/llxml/llxmlnode.cpp @@ -3403,7 +3403,7 @@ bool LLXMLNode::fromXMLRPCValue(LLSD& target) if (childp->hasName("string")) { - target.assign(LLStringFn::xml_decode(childp->getTextContents())); + target.assign(childp->getValue()); return true; }