From fec7f5f7c0e93d19aeaabadaa686f38bc8bc09f7 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Thu, 19 Mar 2009 03:30:43 +0000 Subject: [PATCH] 0002838: NAVWEB images in predigree chart comming out as thin lines. svn: r12361 --- 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 4bbc8a490..6755054ca 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -721,7 +721,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)