Fix typo in NarrativeWeb.py: Bug 002231
svn: r10820
This commit is contained in:
parent
5d8934efa2
commit
fb5b8250c4
@ -2016,7 +2016,7 @@ class IndividualPage(BasePage):
|
|||||||
if event_ref.get_role() == EventRoleType.PRIMARY:
|
if event_ref.get_role() == EventRoleType.PRIMARY:
|
||||||
txt = u"%(evt_name)s" % locals()
|
txt = u"%(evt_name)s" % locals()
|
||||||
else:
|
else:
|
||||||
event_role = event_ref.get_role()
|
evt_role = event_ref.get_role()
|
||||||
txt = u"%(evt_name)s (%(evt_role)s)" % locals()
|
txt = u"%(evt_name)s (%(evt_role)s)" % locals()
|
||||||
txt = txt or ' '
|
txt = txt or ' '
|
||||||
of.write('\t\t\t\t\t<td class="ColumnAttribute">%s</td>\n' % txt)
|
of.write('\t\t\t\t\t<td class="ColumnAttribute">%s</td>\n' % txt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user