Hello guys. I'am trying to edit "Default" wiki page template to fit it to my purposes. I've read all about templates in the manual but didn't find how to concatenate strings, is it possible? I've tried standart python ways, like: string3 = string1 + string2 and ' '.join(wordslist) Nothing works.
split method works and join doesn't work.
_______________________________________________ Mailing list: https://launchpad.net/~zim-wiki Post to : [email protected] Unsubscribe : https://launchpad.net/~zim-wiki More help : https://help.launchpad.net/ListHelp

