Fix typo in NarrativeWeb.py: Bug 002231

svn: r10820
This commit is contained in:
Gerald Britton 2008-06-19 14:41:04 +00:00
parent 5d8934efa2
commit fb5b8250c4

View File

@ -2016,7 +2016,7 @@ class IndividualPage(BasePage):
if event_ref.get_role() == EventRoleType.PRIMARY:
txt = u"%(evt_name)s" % locals()
else:
event_role = event_ref.get_role()
evt_role = event_ref.get_role()
txt = u"%(evt_name)s (%(evt_role)s)" % locals()
txt = txt or ' '
of.write('\t\t\t\t\t<td class="ColumnAttribute">%s</td>\n' % txt)