This code is derived from the template comments template.
But instead of properly numbered entries (1. 2. 3. 4…) I only have 1. entries.
Does anyone see the fault in the code?
<ol>
{exp:comment:entries}
<div id=“divider”>
<li><h1>{comment}</h1>
<h1>Posted by {url_or_email_as_author} on {comment_date format=’%Y/%m/%d’} at {comment_date format=’%h:%i %A’}</h1></li>
</div>
{/exp:comment:entries}
</ol>
