aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/index
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/helpers/index')
-rw-r--r--app/views/helpers/index/authors.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/index/authors.phtml b/app/views/helpers/index/authors.phtml
index 27cba9452..259a4b919 100644
--- a/app/views/helpers/index/authors.phtml
+++ b/app/views/helpers/index/authors.phtml
@@ -10,7 +10,7 @@
$first = true;
foreach ($this->entry->authors() as $author) {
$href = Minz_Url::display(Minz_Request::modifiedCurrentRequest(['search' => 'author:"' . htmlspecialchars_decode($author, ENT_QUOTES) . '"']));
- ?><?= $first ? '' : ' · ' ?><a href="<?= $href ?>" title="<?= _t('gen.action.filter') ?>"><?= $author ?></a><?php
+ ?><?= $first ? ' ' : ' · ' ?><a href="<?= $href ?>" title="<?= _t('gen.action.filter') ?>"><?= $author ?></a><?php
$first = false;
}
?>