re-add xml version and encoding information

This commit is contained in:
tooomm 2021-07-15 20:27:58 +02:00 committed by GitHub
parent d365ca0375
commit ff54e754c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,6 +208,7 @@ def open_header(card_xml_file: IO[Any]) -> None:
:param card_xml_file: Card file path
"""
card_xml_file.write(
"<?xml version='1.0' encoding='UTF-8'?>\n"
"<cockatrice_carddatabase version='3'>\n"
+ " <!--\n"
+ " Created At: "