diff options
Diffstat (limited to 'templates/display_comment.tpl')
| -rw-r--r-- | templates/display_comment.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl index 8935d0c..a272476 100644 --- a/templates/display_comment.tpl +++ b/templates/display_comment.tpl @@ -25,7 +25,7 @@ <div class="header"> <h3>{$comment.title|escape}</h3> <div class="date"> - {tr}by{/tr} {if $comment.user_id < 0}{$comment.anon_name|escape}{else}{displayname hash=$comment}{/if}, {$comment.last_modified|bit_long_datetime} + {tr}by{/tr} {if $comment.user_id < 0}{$comment.anon_name|escape}{else}{displayname hash=$comment}{/if}, {$comment.last_modified|reltime} </div> </div> <div class="content"> |
