From 36ced0e614ba5e63e46ef6627cfe846bafdc82d1 Mon Sep 17 00:00:00 2001 From: cbo Date: Fri, 15 Mar 2024 15:58:57 +0100 Subject: [PATCH] badges --- include/objects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; }