3828: Narrated Web Site: Association output is incorrect, by kulath

svn: r15128
This commit is contained in:
Doug Blank 2010-04-15 03:52:01 +00:00
parent 3de2b43491
commit a85114fa66

View File

@ -3820,10 +3820,9 @@ class IndividualPage(BasePage):
tbody += trow
index = 0
for data in [
[person_ref.get_relation()],
[self.get_citation_links(person_ref.get_source_references())],
[self.dump_notes(person_ref.get_note_list())] ]:
for data in [person_ref.get_relation(),
self.get_citation_links(person_ref.get_source_references()),
self.dump_notes(person_ref.get_note_list())]:
# get colclass from assoc_row
colclass = assoc_row[index][1]