3829: Narrated Web Site: Type of source ref note is not output

svn: r15144
This commit is contained in:
Doug Blank 2010-04-15 12:40:36 +00:00
parent 9445741cd1
commit d54e4dadbe

View File

@ -1505,7 +1505,6 @@ class BasePage(object):
# local gettext variables
_PAGE = _("Page")
_CONFIDENCE = _("Confidence")
_TEXT = _("Text")
db = self.report.database
with Html("div", id = "sourcerefs", class_ = "subsection") as section:
@ -1556,7 +1555,7 @@ class BasePage(object):
if data)
tmp.extend("%s: %s" %
(_TEXT,
(db.get_note_from_handle(handle).type,
self.get_note_format(
db.get_note_from_handle(handle)
)) for handle in sref.get_note_list())