Call CleanText.clean
This commit is contained in:
parent
2f303823c4
commit
f3d699f14a
1 changed files with 1 additions and 1 deletions
|
|
@ -333,6 +333,6 @@ class Join(Filter):
|
|||
def filter(self, el):
|
||||
res = u''
|
||||
for li in el:
|
||||
res += self.pattern % self.clean(li)
|
||||
res += self.pattern % CleanText.clean(li)
|
||||
|
||||
return res
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue