summaryrefslogtreecommitdiff
path: root/export_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'export_xml.c')
-rw-r--r--export_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/export_xml.c b/export_xml.c
index 051ca92..1bed18b 100644
--- a/export_xml.c
+++ b/export_xml.c
@@ -109,7 +109,7 @@ int export_xml(struct channel_t *channel, struct user_t *users) {
xmlTextWriterWriteString(writer, (const xmlChar*)word->name);
xmlTextWriterEndElement(writer);
- xmlTextWriterStartElement(writer, (const xmlChar*)"name");
+ xmlTextWriterStartElement(writer, (const xmlChar*)"count");
xmlTextWriterWriteFormatString(writer, "%llu", word->count);
xmlTextWriterEndElement(writer);