From cf0075ca2c19c19c89f92124d602a4c69ccbd48e Mon Sep 17 00:00:00 2001 From: aftercase <74765798+aftercase@users.noreply.github.com> Date: Wed, 18 Aug 2021 22:04:52 +0100 Subject: [PATCH] Made user links work did something. --- api/ajax_pastes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ajax_pastes.php b/api/ajax_pastes.php index 911d272..cc2b43b 100644 --- a/api/ajax_pastes.php +++ b/api/ajax_pastes.php @@ -8,7 +8,7 @@ require_once('../includes/NonRetardedSSP.class.php'); function transformDataRow($row) { $titleHtml = '' . pp_html_escape($row[1]) . ''; - $authorHtml = '' . pp_html_escape($row[2]) . ''; + $authorHtml = '' . pp_html_escape($row[2]) . ''; $tagsHtml = tagsToHtml($row[3]); return [