In the EE template below, the if that places an <hr > tag between the entries just stopped working and I don’t know what could have caused it.
Any ideas what could cause it to stop working? (Yes, there are multiple entries)
{exp:channel:entries channel="webinars" orderby="date" sort="asc" dynamic="no" start_on="{current_time format='%Y-%m-%d %H:%i'}" show_future_entries="yes"}
<div class="webinar">
<h3>{title}</h3>
<p> <br />
<i>{entry_date format="%F %j, %Y"}, {webinar_time}</i><br><br />
Speaker: {webinar_speaker}<br><br />
<a href="http://{gtm_link}">Register</a><br />
{webinar_summary}<br><br />
Books referenced: {webinar_books}<br />
<br />
</div><br />
{if count != absolute_count}<br />
<hr><br />
{/if}<br />
{/exp:channel:entries}I fixed it temporarily by removing the {if} and placing an <hr > tag like this:
<hr >
<div class="webinar">