diff options
Diffstat (limited to 'includes/pages/admin_questions.php')
-rw-r--r-- | includes/pages/admin_questions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_questions.php b/includes/pages/admin_questions.php index 8a63f8db..24a818a8 100644 --- a/includes/pages/admin_questions.php +++ b/includes/pages/admin_questions.php @@ -48,7 +48,7 @@ function admin_questions() $user_source = $question->user; $unanswered_questions_table[] = [ - 'from' => User_Nick_render($user_source), + 'from' => User_Nick_render($user_source) . User_Pronoun_render($user_source), 'question' => nl2br(htmlspecialchars($question->text)), 'answer' => form([ form_textarea('answer', '', ''), |