diff --git a/format.py b/format.py index 6429eda..bcca9e0 100644 --- a/format.py +++ b/format.py @@ -70,6 +70,7 @@ def output_header(): print(html_header.format(version.__version__, jquery_js, flot_js, pie_js, logo)) elif __selected_format__ == "xml": print("") + print("\t" + version.__version__ + "") def output_footer(): if __selected_format__ == "html":