html will just render that as 1 space, so unless that one extra space is a problem i wouldnt worry about it
On May 14, 1:43 am, E.T <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
