Fix thumbnail images and HTML labels for relationship graph (Graphviz).
svn: r9604
This commit is contained in:
@@ -220,9 +220,6 @@ class RelGraphReport(Report):
|
||||
dirpath = dirpath.lower()
|
||||
url = "%s/%s.html" % (dirpath,h)
|
||||
|
||||
if self.bUseHtmlOutput:
|
||||
label = '<%s>' % label
|
||||
|
||||
self.doc.add_node(p_id,label,shape,color,style,fill)
|
||||
|
||||
# Output families where person is a parent
|
||||
|
||||
Reference in New Issue
Block a user