From 9aa81df81e0ab9a9043bcc1168e700f8dd682ea5 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 15 Apr 2010 12:40:17 +0000 Subject: [PATCH] 3829: Narrated Web Site: Type of source ref note is not output svn: r15143 --- 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 1b655ea83..5e3eb6fa3 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -1539,7 +1539,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: @@ -1590,7 +1589,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())