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):
|
def filter(self, el):
|
||||||
res = u''
|
res = u''
|
||||||
for li in el:
|
for li in el:
|
||||||
res += self.pattern % self.clean(li)
|
res += self.pattern % CleanText.clean(li)
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue