Amaury
Well-known member
As title once again.
It's as simple as changing this in the report_view template:
To this:
It's as simple as changing this in the report_view template:
Code:
<xen:username user="$comment" /> <span class="muted"><xen:datetime time="$comment.comment_date" /></span>
To this:
Code:
<xen:username user="$comment" rich="true"/> <span class="muted"><xen:datetime time="$comment.comment_date" /></span>
Upvote
0