Amaury
Well-known member
Not technically a bug, but I've reported this twice before with different results, once for the Current Visitors page, which was fixed, and once for the shared IPs overlay, which wasn't fixed, so I figured it couldn't hurt to see where this goes.
Template: report_view
Comma just needs to be added here:
Template: report_view
Code:
<xen:username user="$comment" /> <span class="muted"><xen:datetime time="$comment.comment_date" /></span>
Comma just needs to be added here:
Code:
<xen:username user="$comment" />, <span class="muted"><xen:datetime time="$comment.comment_date" /></span>