Re: Token parsing

2009-01-21 Thread Jacob Kaplan-Moss
On Thu, Jan 22, 2009 at 3:58 AM, Peter2108 wrote: > Not quite sure if this is the place to post this. Anyway, in the > module template.loader.tags the do_extends function parses a tokens > content like this:bits = token.contents.split() which does not > work correctly if the > extends path h

Token parsing

2009-01-21 Thread Peter2108
Not quite sure if this is the place to post this. Anyway, in the module template.loader.tags the do_extends function parses a tokens content like this:bits = token.contents.split() which does not work correctly if the extends path has a folder name with a space in it (as one of mine did). I r