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)