Dear Group, I upgraded turbogears recently to 0.8.9 in the following script the < is objected to in the 'for' line. I think this is a bug. I think this worked in 0.8a6.
Thanks Nigel <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"> <script src="${std.tg_js}/MochiKit.js"/> <script type="text/javascript"> function init() { for(var i=0;i<10;i++){} } </script> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>test</title> </head> <body id="test" onload="init()"> abc </body> </html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

