0002838: NAVWEB images in predigree chart comming out as thin lines.

svn: r12361
This commit is contained in:
Brian Matherly 2009-03-19 03:30:43 +00:00
parent 84b972cfb5
commit fec7f5f7c0

View File

@ -721,7 +721,7 @@ class BasePage:
of.write(' class="noThumb"')
of.write('>')
if thumbnailUrl:
of.write('<span class="thumbnail"><img src="%s" width="" height="" alt="Image of %s" /></span>' % (thumbnailUrl, name))
of.write('<span class="thumbnail"><img src="%s" alt="Image of %s" /></span>' % (thumbnailUrl, name))
of.write('%s' % name)
if not self.noid and gid:
of.write('&nbsp;<span class="grampsid">[%s]</span>' % gid)