We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167c365 commit 0810537Copy full SHA for 0810537
1 file changed
scvs.py
@@ -66,7 +66,7 @@ def to_json(self):
66
67
def to_xml(self):
68
''' Returns XML '''
69
- xml = "<?xml version="1.0" encoding="UTF-8"?>\n"
+ xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
70
xml += "<scvs>\n"
71
72
for r in self.requirements:
0 commit comments