minor, er, close audio tag
This commit is contained in:
parent
f4fd89fba6
commit
02252e87ee
|
@ -29,7 +29,7 @@ def do():
|
|||
print audioHtml
|
||||
indexHtml += audioHtml
|
||||
out = codecs.open(outfile, mode="w", encoding="utf-8")
|
||||
out.write("<audio controls='controls' src='wav/%s'><br /><br /><pre>%s</pre>" % (audioFile, fullTxt,))
|
||||
out.write("<audio controls='controls' src='wav/%s'></audio><br /><br /><pre>%s</pre>" % (audioFile, fullTxt,))
|
||||
out.close()
|
||||
counter += 1
|
||||
indexFile = codecs.open("index.html", mode="w", encoding="utf-8")
|
||||
|
|
Loading…
Reference in New Issue
Block a user