Skip to content

Commit 0810537

Browse files
quote escaping
1 parent 167c365 commit 0810537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scvs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def to_json(self):
6666

6767
def to_xml(self):
6868
''' Returns XML '''
69-
xml = "<?xml version="1.0" encoding="UTF-8"?>\n"
69+
xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
7070
xml += "<scvs>\n"
7171

7272
for r in self.requirements:

0 commit comments

Comments
 (0)