diff --git a/src/App/PropertyStandard.cpp b/src/App/PropertyStandard.cpp index 7c963bad68..f7adbfd005 100644 --- a/src/App/PropertyStandard.cpp +++ b/src/App/PropertyStandard.cpp @@ -1973,8 +1973,10 @@ void PropertyMap::Save (Base::Writer &writer) const { writer.Stream() << writer.ind() << "" << endl; writer.incInd(); - for (std::map::const_iterator it = _lValueList.begin();it!= _lValueList.end(); ++it) - writer.Stream() << writer.ind() << "first <<"\" value=\"" << encodeAttribute(it->second) <<"\"/>" << endl; + for (std::map::const_iterator it = _lValueList.begin();it!= _lValueList.end(); ++it) { + writer.Stream() << writer.ind() << "first) + << "\" value=\"" << encodeAttribute(it->second) <<"\"/>" << endl; + } writer.decInd(); writer.Stream() << writer.ind() << "" << endl ;