Displaying 1 result from an estimated 1 matches for "c8cf4f88".
2006 Mar 13
3
Convert line breaks to paragraph tags
Hi All!
I have a small problem with a data conversion that I am doing from WordPress
to a custom app that I am building in rails. In WordPress, line breaks were
handled in the PHP code and converted to <p></p>. What I am wondering is,
how can I add in the paragraph tags around lines of text (e.g. <p>some text
that is line 1</p><p>some text that is line 2</p>