diff options
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index ceaa98c..6b3bca3 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -124,8 +124,8 @@ <td class="secure"><?= $item->secure('string') ?></td> <?php } if ($columns['authors']) { ?> - <td class="authors"><?= $item->authors('string') ?></td> - <?php } + <td class="authors"><?= $opt->author($item->authors('array')) ?></td> + <?php } if ($columns['visitcount']) { ?> <td class="visitcount"><?= $item->visitcount() ?></td> <?php } |