hey,
suppose we got:
-----------------------------------
#layout.html
$def with (page)
<div>$page.content</div>

#page.html
$var content: abcdefg

#render code........
-------------------------------------------
then it would be like this:
<div>abcdefg    #extra new line here.
</div>

An extra newline was added, is it a bug? Now I write a remove_newline
function as a workaround.......


-- 
I'd rather be anything but ordinary.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to