I am having the same issue in my blog, DailyMarketers.com. I have not yet resolved it. I have tried the folowing and it has not worked.
My Problem – The featured content on my home page bunches all the text together without leaving double spaces between each paragraph, but when I view the post on a single-post page it looks fine. (examples: https://www.DailyMarketers.com – featured article & https://www.DailyMarketers.com/2008/10/top-two-fundamentals-of-small-business-marketing/ – single post page of same article)
I have tried adding the “p” tag to the original code on index.php from…
<?php the_excerpt_reloaded(30, '<img><a>', 'content', false, 'More...', true); ?>
to…
<?php the_excerpt_reloaded(30, '<p><img><a>', 'content', false, 'More...', true); ?>
Any other suggestions?
– David Robertson