Not a bug Separation Comma Missing on Report Comments

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

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>

upload_2014-12-12_18-52-59.webp
 
Top Bottom