Fixed local source links
svn: r231
This commit is contained in:
parent
9d6353f342
commit
bc25c4f6d1
@ -191,10 +191,10 @@ class IndividualPage:
|
||||
self.doc.write_text(_("Sources"))
|
||||
self.doc.end_paragraph()
|
||||
|
||||
index = 0
|
||||
index = 1
|
||||
for sref in self.slist:
|
||||
self.doc.start_paragraph("Data")
|
||||
self.doc.write_text('<A NAME="#s%d">%d. ' % (index,index))
|
||||
self.doc.write_text('<A NAME="s%d">%d. ' % (index,index))
|
||||
index = index + 1
|
||||
self.doc.write_text("%s. " % sref.getBase().getTitle())
|
||||
author = sref.getBase().getAuthor()
|
||||
|
Loading…
Reference in New Issue
Block a user