aboutsummaryrefslogtreecommitdiff
path: root/app/view
diff options
context:
space:
mode:
Diffstat (limited to 'app/view')
-rw-r--r--app/view/templates/home.php4
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 }