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

svn: r15127
This commit is contained in:
Doug Blank
2010-04-15 03:51:41 +00:00
parent 561f7fc040
commit abcc901da6

View File

@@ -3812,10 +3812,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]