From 9a85727a75dbc3248601276e232d49ff76be4c1b Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Thu, 19 Mar 2009 04:25:37 +0000 Subject: [PATCH] 0002838: NAVWEB images in predigree chart comming out as thin lines. svn: r12362 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 5864dfefe..aa001063b 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -706,7 +706,7 @@ class BasePage: of.write(' class="noThumb"') of.write('>') if thumbnailUrl: - of.write('Image of %s' % (thumbnailUrl, name)) + of.write('Image of %s' % (thumbnailUrl, name)) of.write('%s' % name) if not self.noid and gid: of.write(' [%s]' % gid)