I got the reason for the same . It is happening due to "wp-include/formatting.php". I use plain text mode while doing copy-paste between text-editor from my PC to Wordpress Editor. There are "\n\r"(newline) and those newlines gets formatted as an extra <p> .
I did a quick search and replace on on wp-posts table dump and re-imported the same to fix the problem was fixed. -Thanks Santanu On 1/5/07, Mark Jaquith <[EMAIL PROTECTED]> wrote:
On Jan 4, 2007, at 7:15 AM, Santanu Misra wrote: > Not sure how I got that source in firefox. As an FYI... Firefox's "view source" isn't a very good thing to rely on. I've noticed that it cleans up the source, so it's not a great indicator of what HTML is being served by your web server. -- Mark Jaquith http://markjaquith.com/ Covered Web Services http://covered.be/ _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
-- www.santm.com _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
