Skip to content

Commit 6c30092

Browse files
views: use xml 1.1
1 parent 6df04bb commit 6c30092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Evtx/Views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import xml.sax.saxutils
2222

2323

24-
XML_HEADER = "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>\n"
24+
XML_HEADER = "<?xml version=\"1.1\" encoding=\"utf-8\" standalone=\"yes\" ?>\n"
2525

2626

2727
class UnexpectedElementException(Exception):

0 commit comments

Comments
 (0)