From 53fb269d54a74e92722d2d1f890ea38f2d04f487 Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Sat, 28 Nov 2009 19:11:00 +0000 Subject: [PATCH] Fix problem with missing sources in bibliography svn: r13682 --- src/plugins/webreport/NarrativeWeb.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index d5854fa96..a9bee9b77 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -3,7 +3,7 @@ # # Copyright (C) 2000-2007 Donald N. Allingham # Copyright (C) 2007 Johan Gonqvist -# Copyright (C) 2007 Gary Burton +# Copyright (C) 2007-2009 Gary Burton # Copyright (C) 2007-2009 Stephane Charette # Copyright (C) 2008 Brian G. Matherly # Copyright (C) 2008 Jason M. Simanek @@ -345,8 +345,6 @@ class BasePage(object): return trow def get_citation_links(self, source_ref_list): - self.bibli = Bibliography() - gid_list = [] lnk = (self.report.cur_fname, self.page_title, self.gid) @@ -1343,7 +1341,6 @@ class BasePage(object): name="sref%d" % cindex, inline=True) ) - ordered += list ordered1 = Html("ol") citation_ref_list = citation.get_ref_list()