On 6/12/06, Michael P. Soulier <[EMAIL PROTECTED]> wrote:
>
> How do I prevent kid from expanding it in this way?
>

If you were using Kid without TurboGears you could set the
Serializer.balanced_blocks attribute to False. For example:
    import kid
    kid.Serializer.balanced_blocks = False

I am not sure if there is an easy way to do this through TurboKid, but
you could put that code in you controller. I am planning to set that
attribute to False as the defauld in future versions.

David Stanek

-- 
http://www.traceback.org

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

Reply via email to