Paul Johnston wrote:
> Hi,
>
> >for (var i = 0; i < foo.length; i++ ) {
> >
> >
> for (var i = 0; i < foo.length; i++ ) {
>
> We really should put this somewhere more prominent in the docs!
>
> PaulWell, that keeps the template from blowing up, but it passes the < right through. So I end up with for (var i = 0; i < foo.length; i++) And (understandably), the javascript interpreter has a leeeetle problem with that. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

