7256: extra spaces in HTML GV labels
This commit is contained in:
parent
efb318b433
commit
bf6219e3a9
@ -821,7 +821,7 @@ class FamilyLinesReport(Report):
|
||||
label += name
|
||||
|
||||
if birthStr or deathStr:
|
||||
label += ' %s(' % lineDelimiter
|
||||
label += '%s(' % lineDelimiter
|
||||
if birthStr:
|
||||
label += '%s' % birthStr
|
||||
label += ' - '
|
||||
@ -831,7 +831,7 @@ class FamilyLinesReport(Report):
|
||||
if birthplace or deathplace:
|
||||
if birthplace == deathplace:
|
||||
deathplace = None # no need to print the same name twice
|
||||
label += ' %s' % lineDelimiter
|
||||
label += '%s' % lineDelimiter
|
||||
if birthplace:
|
||||
label += '%s' % birthplace
|
||||
if birthplace and deathplace:
|
||||
|
Loading…
Reference in New Issue
Block a user