From d54e4dadbeaae8b3861c8ad3a0db63548496b8ed Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 15 Apr 2010 12:40:36 +0000 Subject: [PATCH] 3829: Narrated Web Site: Type of source ref note is not output svn: r15144 --- src/plugins/webreport/NarrativeWeb.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 91196769d..6672b89c3 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -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())