This one has me stumped. On the live site this is what displays for the first item in a list:
Project Title
Up to 1.5 AMA PRA Category 1 Credit(s)™
Up to AMA PRA Category Credit(s)™
That second “up to” line shouldn’t be there. It isn’t there for any of the other entries. Here’s the source code:
<a href="http://website.com">Project Title</a>
Up to <strong><em>1.5 AMA PRA Category 1 Credit(s)™</em></strong>
Up to <strong><em> AMA PRA Category Credit(s)™</em></strong>Here’s the relevant part of the template code:
{exp:weblog:entries weblog="cme" show_expired="no"}
{if monograph-link}<a href="http://{monograph-link}">{webtitle}</a>{/if}
{if cme-journal}{cme-journal}
{/if}
Up to <strong><em>{credit-num} AMA PRA Category {credit-type} Credit(s)™</em></strong>
{/exp:weblog:entries}I’ve looked at the entry and everything looks fine. Other entries are handled the same way and display without duplication. I’m just not sure *why* this would happen so I don’t know where else to look.