See ChangeLog.
This commit is contained in:
parent
147e36df5b
commit
c15d93c40a
@ -298,7 +298,7 @@ class Template(list):
|
|||||||
extractor.maxParameterRecursionLevels)
|
extractor.maxParameterRecursionLevels)
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
return ''.join([tpl.subst(params, extractor, depth+1) for tpl in self])
|
return ''.join([tpl.subst(params, extractor, depth) for tpl in self])
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return ''.join([unicode(x) for x in self])
|
return ''.join([unicode(x) for x in self])
|
||||||
|
Loading…
Reference in New Issue
Block a user