> I think I've found the source of my \n in the output problem with Kid,
> if you run this script (stealing web space from #613 :D):
>
> http://trac.turbogears.org/turbogears/attachment/ticket/613/test-kid.py
>
> What output you get?
Everything looks normal on Slackware-10.2, python 2.4.2, kid 0.9
plain template
--------------
<?xml version="1.0" encoding="utf-8"?>
<script>hello
world</script>
plain template with var
-----------------------
<?xml version="1.0" encoding="utf-8"?>
<script>bye
world</script>
another template with var
-------------------------
<?xml version="1.0" encoding="utf-8"?>
<div><span>bye</span><span>kid test</span></div>
another template with py:content
--------------------------------
<?xml version="1.0" encoding="utf-8"?>
<div><span>bye</span><span>kid test</span></div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" 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-trunk
-~----------~----~----~----~------~----~------~--~---