This commit is contained in:
parent
da5b2f0096
commit
deae27b4e2
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ with open("wiki/Licenses.md", "w") as f:
|
|||
if "license" in data:
|
||||
license = data["license"]
|
||||
if license["url"] != None:
|
||||
f.write("<a href=\"" + license["url"] + "\">" + license["name"] + "")
|
||||
f.write("<a href=\"" + license["url"] + "\">" + license["name"] + "</a>")
|
||||
else:
|
||||
f.write(license["name"])
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue