Skip to content

Commit 3fde636

Browse files
authored
Merge pull request #7 from Schmell/patch-4
Fix trailing quote
2 parents 65bfb8a + e043ba5 commit 3fde636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zap2xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ def printProgrammes(fh):
14161416
if "imageUrl" in programs[p]:
14171417
fh.write("\t\t<icon src=\"" + programs[p]["imageUrl"] + "\" />\n")
14181418
if "url" in programs[p]:
1419-
fh.write("\t\t<url>" + programs[p]["url"] + "\"< /url>\n")
1419+
fh.write("\t\t<url>" + programs[p]["url"] + "</url>\n")
14201420

14211421
xs = None
14221422
xe = None

0 commit comments

Comments
 (0)