Fixed writing out of ATOM.

This commit is contained in:
Robert Osfield
2010-01-07 19:13:40 +00:00
parent 182d6595a6
commit 1543aee9bd

View File

@@ -378,6 +378,7 @@ bool XmlNode::write(std::ostream& fout) const
fout<<"\""<<std::endl;
}
return true;
fout<<" />"<<std::endl;
}
case(ROOT):
{