0000998: Source Ref link refers to nothing in Narrative web report.
svn: r8358
This commit is contained in:
parent
ea9b663908
commit
00632c6a70
@ -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>
|
||||
* src/plugins/NarrativeWeb.py: 0000996: Individual attributes do no include
|
||||
source reference citations in Narrative Web report.
|
||||
|
@ -1613,7 +1613,7 @@ class IndividualPage(BasePage):
|
||||
source = self.db.get_source_from_handle(shandle)
|
||||
title = source.get_title()
|
||||
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">')
|
||||
self.source_link(of,source.handle,title,source.gramps_id,True)
|
||||
tmp = []
|
||||
|
Loading…
Reference in New Issue
Block a user