3843: In NarrativeWeb plugin Events Table, the column needs to be written even if no notes exist, by adamplumb

svn: r15129
This commit is contained in:
Doug Blank 2010-04-15 04:03:20 +00:00
parent a85114fa66
commit bed9092bb9

View File

@ -503,6 +503,9 @@ class BasePage(object):
notelist.extend( evt_ref.get_note_list() )
if notelist:
notelist = self.dump_notes( notelist ) or " "
else:
notelist = " "
trow += Html("td", notelist, class_ = "ColumnNotes")
# get event source references