py3: start: make the startpage load again

This commit is contained in:
looooo
2017-01-30 19:19:32 +01:00
committed by wmayer
parent a579df5528
commit 638f17bbcb

View File

@@ -573,7 +573,7 @@ def getInfo(filename):
if files[0] == "Document.xml":
html += "<p><b>" + text65 + "</b></p>"
image="thumbnails/Thumbnail.png"
doc = zfile.read(files[0])
doc = str(zfile.read(files[0]))
doc = doc.replace("\n"," ")
author = re.findall("Property name=\"CreatedBy.*?String value=\"(.*?)\"\/>",doc)
if author: