This gives "unexpected token" error

[%  myerr = var -1  # NO space between - and 1 %]  

Put space before 1 and works fine.

[% myerr = var - 1 # works %]

 Just passing this along in case this was not
intended.

i'm using tt2 


                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to