Move superscript from Endnotes to each individual report.
svn: r8751
This commit is contained in:
@@ -595,7 +595,10 @@ class DetDescendantReport(Report):
|
||||
if not obj or not self.includeSources:
|
||||
return ""
|
||||
|
||||
return Endnotes.cite_source(self.bibli,obj)
|
||||
txt = Endnotes.cite_source(self.bibli,obj)
|
||||
if txt:
|
||||
txt = '<super>' + txt + '</super>'
|
||||
return txt
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user