summaryrefslogtreecommitdiff
path: root/src/core/XML.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/XML.cpp')
-rw-r--r--src/core/XML.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/XML.cpp b/src/core/XML.cpp
index affa75f..9cfb5dc 100644
--- a/src/core/XML.cpp
+++ b/src/core/XML.cpp
@@ -6,7 +6,6 @@ namespace xml {
void Node::serialize(std::ostream &out, const std::string &doctype)
{
- out << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
if (doctype != "") {
out << doctype << "\n";
}