Not sure what happened, but it appears that the "paragraph" tag in the HTML editor gets duplicated somewhere - I get double newlines now in all my new postings.
All the EXISTING material in the blog is ok.
Is there a parameter somewhere that got scrambled and I missed?
Upgraded to 1.4.1, now get double newlines in all posts!
I figured out what's happening with the WYSIWIG editor (the HTMLAREA thing)
Its doing this to the text:
Notice the extra "<br />" tag. That's from the carriage return - and I assume that the HTMLAREA editor is inserting it, 'cause I sure as hell didn't stick it in there and when I put the editor in the "HTML" mode, its not there.
Is there a switch to turn that off? I tried grafting the old HTMLAREA editor into the directory tree and it refused to start.
Its doing this to the text:
Code: Select all
<div class="serendipity_entry_body">
<p>What's going on with this?</p><br />
<p>Time to test it out.</p>
</div>
Is there a switch to turn that off? I tried grafting the old HTMLAREA editor into the directory tree and it refused to start.