2008/4/23, Diez B. Roggisch <[EMAIL PROTECTED]>: > > > With TG you are standard protected against HTML-insertion. As long as > > you do not use XML. Very nice indeed. But I like to preserve the > newlines. > > The text: > > ##### > > line one > > line two > > line three > > ##### > > Should be displayed like: > > ##### > > line one > > line two > > line three > > ##### > > and not like > > ##### > > line one line two line three > > ##### > > Is this possible? > > > Displayed where when by what? >
The generated page in the browser. At the moment the given 'string' is outputed on the webpage like the second example output, I would prefer the first example output. -- Cecil Westerhof --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

