Skip to content

Commit

Permalink
add namespace to unified xml file (fixes #111)
Browse files Browse the repository at this point in the history
  • Loading branch information
melissaboiko committed Jun 3, 2015
1 parent 434cc02 commit ea76953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvg.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def release():
out.write(licenseString)
out.write("\nThis file has been generated on %s, using the latest KanjiVG data\nto this date." % (datetime.date.today()))
out.write("\n-->\n")
out.write("<kanjivg>\n")
out.write("<kanjivg xmlns:kvg='http://kanjivg.tagaini.net'>\n")
for f in files:
data = open(os.path.join(datadir, f)).read()
data = data[data.find("<svg "):]
Expand Down

0 comments on commit ea76953

Please sign in to comment.