Commit e930cb36 authored by twanvl's avatar twanvl

don't write keys in canonical_name_form

parent 6d473fc6
...@@ -52,7 +52,7 @@ void Writer::writePending() { ...@@ -52,7 +52,7 @@ void Writer::writePending() {
} }
indentation += 1; indentation += 1;
writeIndentation(); writeIndentation();
writeUTF8(stream, canonical_name_form(pending_opened[i])); writeUTF8(stream, pending_opened[i]);
} }
pending_opened.clear(); pending_opened.clear();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment