0000998: Source Ref link refers to nothing in Narrative web report.
svn: r8357
This commit is contained in:
parent
dbab948e8c
commit
7046e711fb
@ -1,3 +1,7 @@
|
|||||||
|
2007-04-05 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/plugins/NarrativeWeb.py: 0000998: Source Ref link refers to nothing in
|
||||||
|
Narrative web report.
|
||||||
|
|
||||||
2007-04-05 Brian Matherly <brian@gramps-project.org>
|
2007-04-05 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/plugins/NarrativeWeb.py: 0000996: Individual attributes do no include
|
* src/plugins/NarrativeWeb.py: 0000996: Individual attributes do no include
|
||||||
source reference citations in Narrative Web report.
|
source reference citations in Narrative Web report.
|
||||||
|
@ -1608,7 +1608,7 @@ class IndividualPage(BasePage):
|
|||||||
source = self.db.get_source_from_handle(shandle)
|
source = self.db.get_source_from_handle(shandle)
|
||||||
title = source.get_title()
|
title = source.get_title()
|
||||||
of.write('<tr><td class="field">')
|
of.write('<tr><td class="field">')
|
||||||
of.write('<a name="sref%d">%d.</a></td>' % (index,index))
|
of.write('<a name="sref%d"></a>%d.</td>' % (index,index))
|
||||||
of.write('<td class="field">')
|
of.write('<td class="field">')
|
||||||
self.source_link(of,source.handle,title,source.gramps_id,True)
|
self.source_link(of,source.handle,title,source.gramps_id,True)
|
||||||
tmp = []
|
tmp = []
|
||||||
|
Loading…
Reference in New Issue
Block a user