diff --git a/include/objects.php b/include/objects.php index 997e61ca..6b605694 100644 --- a/include/objects.php +++ b/include/objects.php @@ -42,7 +42,7 @@ function listArticles($result, $rootPageURL, $badges) { if (isset($article['username'])) { $badge = $article['certification'] > 0 ? '' . $badges[$article['certification']] . '' : ""; - $authorLink = ' | ' . $article['display_name'] . $badge . ''; + $authorLink = ' | ' . $article['display_name'] . $badge . ''; } else { $authorLink = ''; }