From a00af44d1dfe14b2a2b545cb3b8dc2e44697da6f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 17 Sep 2008 05:05:59 -0400 Subject: Increased xml output version to 2.6. --- xml.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xml.h') diff --git a/xml.h b/xml.h index 13bf317c..216d48a3 100644 --- a/xml.h +++ b/xml.h @@ -30,7 +30,9 @@ class format_xml_entries : public format_entries const bool _show_totals = false) : format_entries(output_stream, ""), show_totals(_show_totals) { output_stream << "\n" - << "\n"; + << "\n"; } virtual void flush() { -- cgit v1.2.3