On Sat, 2007-01-12 at 20:48 +0000, Paul Johnston wrote:
> Hi,
> 
> >for (var i = 0; i < foo.length; i++ ) {
> >  
> >
> for (var i = 0; i &lt; foo.length; i++ ) {
> 
> We really should put this somewhere more prominent in the docs!

+1 on that, took me ages to notice I could do that. When we do, we
should also put in a note that the same thing is required in python
statements. ( At least it is in kid! )

ie
<div py:if="foo &lt; bar">

Iain




--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to