Johan Gonqvist <johan.gronqvist@gmail.com>
Narrative web-site plugin chrashes due to handling of notes. (#0001085) svn: r8737
This commit is contained in:
parent
74d6f3febd
commit
97800df7e3
@ -1,3 +1,7 @@
|
|||||||
|
2007-07-18 Johan Gonqvist <johan.gronqvist@gmail.com>
|
||||||
|
* src/plugins/NarrativeWeb.py:
|
||||||
|
Narrative web-site plugin chrashes due to handling of notes. (#0001085)
|
||||||
|
|
||||||
2007-07-18 Brian Matherly <brian@gramps-project.org>
|
2007-07-18 Brian Matherly <brian@gramps-project.org>
|
||||||
Robert Cawley <rjc@cawley.id.au>
|
Robert Cawley <rjc@cawley.id.au>
|
||||||
* src/plugins/DetDescendantReport.py:
|
* src/plugins/DetDescendantReport.py:
|
||||||
|
@ -1975,8 +1975,7 @@ class IndividualPage(BasePage):
|
|||||||
of.write('<td class="data">%s</td>\n</tr>\n' % attr.get_value())
|
of.write('<td class="data">%s</td>\n</tr>\n' % attr.get_value())
|
||||||
notelist = family.get_note_list()
|
notelist = family.get_note_list()
|
||||||
for notehandle in notelist:
|
for notehandle in notelist:
|
||||||
nobj = self.db.get_note_from_handle()
|
nobj = self.db.get_note_from_handle(notehandle)
|
||||||
nobj = family.get_note_object()
|
|
||||||
if nobj:
|
if nobj:
|
||||||
text = nobj.get(markup=True)
|
text = nobj.get(markup=True)
|
||||||
format = nobj.get_format()
|
format = nobj.get_format()
|
||||||
|
Loading…
Reference in New Issue
Block a user