Skip to content

Commit

Permalink
quote escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Apr 16, 2020
1 parent 167c365 commit 0810537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def to_json(self):

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

for r in self.requirements:
Expand Down

0 comments on commit 0810537

Please sign in to comment.