0002838: NAVWEB images in predigree chart comming out as thin lines.
svn: r12361
This commit is contained in:
parent
84b972cfb5
commit
fec7f5f7c0
@ -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(' <span class="grampsid">[%s]</span>' % gid)
|
||||
|
Loading…
Reference in New Issue
Block a user