Okay, I have a form where a user enters in some text. The text usually contains paragraphs, etc. Upon saving the form, an html page is generated containing the text that the user has filled in.
On the html page, however, returns are seen as /r and line breaks are seen as /n. How can I get it to just maintain the returns and line breaks without printing these characters?