* various: merge changes made in gramps20 up until R2_0_10_real tag.
* configure.in: Bump up release number. * Release: Version 2.0.10 "Holy Hand Grenade of Antioch" released. svn: r6011
This commit is contained in:
@@ -307,7 +307,8 @@ class GraphViz:
|
||||
label = label + '\\n(%s - %s)' % (birth, death)
|
||||
self.f.write('p%s [shape=box, ' % the_id)
|
||||
if self.includeurl:
|
||||
self.f.write('URL="%s.html", ' % the_id)
|
||||
h = person.get_handle()
|
||||
self.f.write('URL="ppl/%s/%s/%s.html", ' % (h[0],h[1],h))
|
||||
if self.colorize != 'outline':
|
||||
if self.colorize == 'filled':
|
||||
style = 'style=filled, fillcolor'
|
||||
|
||||
Reference in New Issue
Block a user