diff options
Diffstat (limited to 'src/web/_views/template/comment.php')
-rw-r--r-- | src/web/_views/template/comment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/template/comment.php b/src/web/_views/template/comment.php index 72bcedf..ceac588 100644 --- a/src/web/_views/template/comment.php +++ b/src/web/_views/template/comment.php @@ -8,7 +8,7 @@ <div class="ml col sub-card"> <div class="row"> <strong><?=$format_model->name($user)?></strong> - <span class="dim ml"><?=$this->main->date($comment['created'])?></span> + <span class="subtext ml"><?=$this->main->date($comment['created'])?></span> </div> <?=$comment['content']?> </div> |