Fixed string.join in combining string segments
svn: r589
This commit is contained in:
parent
c6ca0c4e0f
commit
0fcaa80f36
@ -747,7 +747,7 @@ class GrampsParser:
|
|||||||
def endElement(self,tag):
|
def endElement(self,tag):
|
||||||
|
|
||||||
if self.func:
|
if self.func:
|
||||||
self.func(self,string.join(self.tlist))
|
self.func(self,string.join(self.tlist,''))
|
||||||
self.func_index = self.func_index - 1
|
self.func_index = self.func_index - 1
|
||||||
self.func,self.tlist = self.func_list[self.func_index]
|
self.func,self.tlist = self.func_list[self.func_index]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user