I'm adding some inline javascript in a Genshi template, but the engine
seems to be confusing the less-than sign for a tag.  So this code
breaks:

<script type="text/javascript">
var foo = 'abcde';
for (var i = 0; i < foo.length; i++ ) {
    // do something here
}
</script>

There has to be a workaround do this....
--~--~---------~--~----~------------~-------~--~----~
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