Fix gendex generation
svn: r991
This commit is contained in:
parent
bbf85c926d
commit
6054e45819
@ -656,9 +656,9 @@ class WebReport(Report):
|
|||||||
f.write("%s.%s|" % (p.getId(),self.ext))
|
f.write("%s.%s|" % (p.getId(),self.ext))
|
||||||
f.write("%s|" % surName)
|
f.write("%s|" % surName)
|
||||||
if suffix == "":
|
if suffix == "":
|
||||||
f.write("%s /%s/" % (firstName,surName))
|
f.write("%s /%s/|" % (firstName,surName))
|
||||||
else:
|
else:
|
||||||
f.write("%s /%s/, %s" % (firstName,surName, suffix))
|
f.write("%s /%s/, %s|" % (firstName,surName, suffix))
|
||||||
for e in [p.getBirth(),p.getDeath()]:
|
for e in [p.getBirth(),p.getDeath()]:
|
||||||
if e:
|
if e:
|
||||||
f.write("%s|" % self.make_date(e.getDateObj()))
|
f.write("%s|" % self.make_date(e.getDateObj()))
|
||||||
|
Loading…
Reference in New Issue
Block a user