Suddenly it seems we are generating a paragraph tag where one should not appear under our main logo. The code we’re using is:
<div id="tagline" class="clearfloat">
{exp:weblog:entries weblog="issue" limit="1" sort="desc" disable="member_data|trackbacks" dynamic="off"}
News and Information for Gloucester and Mathews, Virginia | {issue_date}
{/exp:weblog:entries}
</div>The tagline should be only one line below the logo but it is coming up as two. The generated source is:
<div id="tagline" class="clearfloat">
News and Information for Gloucester and Mathews, Virginia | Thursday, August 12, 2010 Vol. LXXIII, no. 31 NEW SE
</div>those paragraph tags shouldn’t be there - and have not been until today. It’s also cutting off the end of the post (the word “series”). I tried removing the post and re-entering it, but no luck. any ideas?