0000998: Source Ref link refers to nothing in Narrative web report.

svn: r8357
This commit is contained in:
Brian Matherly 2007-04-06 02:39:07 +00:00
parent dbab948e8c
commit 7046e711fb
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -1608,7 +1608,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 = []