Jean-Michel Caricand <[email protected]> writes: > dir = data.className.split('\.');
dir = data.className.split('\\.');
It seems that Inline TT is a source filter that processes backslashes.
So it processes '\.' into '.' and passes that to split.
'\\.' will become '\.' and work as expected.
HTH,
Johan
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates
