I've installed serendipity as my blog, and I quite like it, however I do have one small issue with it. I use the basic editor for posting entries, however when I enter my text as follows:
The generated HTML is:<p>Paragraph about stuff</p>
<p>More stuff, as useless as the above stuff</p>
I was hoping you could help point me in the direction of the code that replaces newlines with <br />. I looked in the database and the original markup is saved there (newlines, not brs), so It must be when the entry is displayed, but I can't find the correct function.<p>Paragraph about stuff</p><br />
<br />
<p>More stuff, as useless as the above stuff</p>
Thanks for your time