I've got some (inherited) data that contains newlines, which I need to
convert to <br> tags. If I just put mystring.replace("\r\n", "<br>")
in my controller, genshi very nicely turns that into < br >
How can I prevent this from happening? (And where in the docs would I
find it...it's gotta be there somewhere, but I can't find it.)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---