0002838: NAVWEB images in predigree chart comming out as thin lines.
svn: r12362
This commit is contained in:
parent
8619a1b03d
commit
9a85727a75
@ -706,7 +706,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…
x
Reference in New Issue
Block a user